

On 24 Feb 2022, at 21:49, Santiago Belluzzo <santiago...@wazuh.com> wrote:
Hey!It seems that there's an error in your configuration. The agent.min_eps is the internal config for the lowest value that can be set on the events_per_second of that agent
--
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/WKCOk5-xfDg/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/aca42597-ca9b-4dc8-9993-722a16321a2cn%40googlegroups.com.
<Screenshot_20220224_174046.png>

On 25 Feb 2022, at 22:10, Santiago Belluzzo <santiago...@wazuh.com> wrote:
Sure!You can modify the 'spammy' rules (31123 and 31163 in your case) and add a 'ignore' time setting (or alternatively a 'Frequency' and 'Timeframe' setting) to them so they only generate and send alerts every X secondsHere are some steps on how to modify and replace stock rules https://documentation.wazuh.com/current/learning-wazuh/replace-stock-rule.html that you can follow as an example, adapting it to your case.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/edcea622-9b9e-4bbe-aeb9-38205585e4b4n%40googlegroups.com.
<ignore.png>

On 26 Feb 2022, at 22:02, Mauro Tridici <mauro....@cmcc.it> wrote:
Great! Many thanks, Santiago! It seems it works :)In my local_rule file I added these lines:
<group name="web,accesslog,"><rule id="31163" level="10" frequency="14" timeframe="120" overwrite="yes"><if_matched_sid>31123</if_matched_sid><same_source_ip />
<ignore>180</ignore>
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/defc68ee-1988-43d7-b983-8a94935f4864n%40googlegroups.com.