Multiple Windows error application events

155 views
Skip to first unread message

Mehmet Özdaman

unread,
Nov 8, 2024, 3:39:27 AM11/8/24
to Wazuh | Mailing List

hasitha.u...@wazuh.com

unread,
Nov 8, 2024, 4:30:53 AM11/8/24
to Wazuh | Mailing List
Hi Mehmet,

To ignore this alert, set its rule level to 0. However, since it's an existing rule, you’ll need to copy it to a custom rules file before making modifications.

By default, the Wazuh Manager ignores alerts below level 3, as these are considered basic rules. Therefore, if you have a known issue and want to prevent it from appearing on the dashboard, you can set its alert level to 0. This will ensure it is ignored by Wazuh and not displayed on the dashboard.

Here is how you can do it.

First copy the existing rule and paste it into the local_rules.xml file to customized existing rule and add the overwrite option.
For example:
nano /var/ossec/etc/rules/local_rules.xml


<group name="windows,windows_application,">

  <rule id="61061" level="0" frequency="$MS_FREQ" timeframe="240" overwrite="yes">  
    <if_matched_sid>60602</if_matched_sid>
    <options>no_full_log</options>
    <description>Multiple Windows error application events.</description>
  </rule>

</group>

Make sure to restart the Wazuh manager to apply changes.
systemctl restart wazuh-manager

Let me know if this helps.

Regards,
Hasitha Upekshitha
Reply all
Reply to author
Forward
0 new messages