I noticed some inconsistencies with the Wazuh email alert. I was trying to generate a separate alert so that it wouldn't be displayed as a grouped email alert hence, I added the <do_not_group/> tag. Below is the configuration I made in my manager's ossec.conf file:
With my above configuration, I deleted a file to trigger the syscheck delete alert. When I checked my mail, I saw that it still added the alert as part of a group (PDF of sample emails attached):
Dear Team,
I noticed some inconsistencies with the Wazuh email alert. I was trying to generate a separate alert so that it wouldn't be displayed as a grouped email alert hence, I added the
<do_not_group/>
tag. Below is the configuration I made in my manager'sossec.conf
file:On the agent section, I referenced the path I want to monitor with the below configuration:
<directories realtime="yes" check_all="yes">C:\Users\denre\Downloads\tFolder</directories>
With my above configuration, I deleted a file to trigger the syscheck delete alert. When I checked my mail, I saw that it still added the alert as part of a group (PDF of sample emails attached):
Wazuh email alert.pdf
Also, I noticed that if I remove the
<event_location>
tags, I won't receive any mail again.Kindly assist in investigating this further.