I’m also using the latest version of Wazuh (manager and agent) and “if_matched_group” is not working. Any news about this?
But in my case also “if_matched_sid” is not working. In local_rules_xml I only have this rule (besides example rule 00001 being there from beginning)
<group name="">
<rule id="100002" level="12" frequency="5" timeframe="60">
<if_matched_sid>554</if_matched_sid>
<same_source_ip />
<description>A lot of files created and/or deleted in short period of time</description>
<group>syscheck_entry_added,syscheck_file,pci_dss_11.5,gpg13_4.11,gdpr_II_5.1.f,hipaa_164.312.c.1,hipaa_164.312.c.2,nist_800_53_SI.7,tsc_PI1.4,tsc_PI1.5,tsc_CC6.1,$
</rule>
</group>
In security event for my monitored host I only get events with rule.id 554 (and there are more then 5 in 60 seconds), but don’t get event for rule.id 100002:

Does anyone have any idea why it’s not working?
Regards.