Hello Wazuh Team,
I created a decoder for the below log-
2024 Mar 07 00:03:48 WARNING->10.0.0.104 2024 Mar 06 15:47:07 WARNING 100002235 DDOS ATTACK RECORD: sip="103.253.47.168" , dip="10.0.0.102", dport="443", zone="Untrust", srv="VSMOBAPPS", protocol="SSL", atktype="SSL_HANDSHAKE", action="detect", counts=1
When I use '/var/ossec/bin/wazuh-logtest' my decoder decodes the log successfully. Also when I store the log in <localfile> file then alerts are generated in Dashboard.
But, there is no alerts generated when the log remains in 'archives.log' file.
Is it because there are 2 timestamps (different) in the log? Please help.