Dear Gael,
Unfortunately, Wazuh does not support deduplication. However, Wazuh has a feature where alerts can be suppressed over a period of time (in seconds) after the rule triggers an alert.
For example, the below rule will trigger an alert when an event matches its set conditions. It will not trigger any other alerts (despite having an event matching the set conditions) until 10 seconds elapses.
<rule id="100032" level="10" ignore="10">
<if_sid>61614</if_sid>
<description>No alert generated after the first trigger until 10 seconds elapses.</description>
</rule> The
documentation explains how the
ignore option can be used to suppress alerts over a time period after the rule triggers an alert.
Regards,