Hello,
You can set multiple email_alerts sections, in the ossec.conf file this way you can configure Wazuh to send emails to different addresses depending on various conditions such as alert level.
In your case, you will need to add this to your ossec.conf:
<email_alerts>
<email_to>domain1.com </email_to>
<level>3</level>
</email_alerts>
<email_alerts>
<email_to>domain2.com </email_to>
<level>8</level>
</email_alerts>
In these pages of our documentation you can find more information about this topic:
https://documentation.wazuh.com/current/user-manual/manager/manual-email-report/index.html
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/email-alerts.html
Regards,
Daniel Folch
--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/sBK0VinDg5Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/cacae5b1-31b7-4e4b-ba0a-c4abe2e03b08n%40googlegroups.com.