Hi Slava,
It doesn't look like the log entries are being decoded appropriately by the pre-decoder. It's parsing the severity 'I' as part of the date, etc... Unfortunately, the pre-decoders are a limited set (
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/localfile.html) and there is no way to customize/extend the pre-decoders. The only way that I'm aware of getting around this is to use an external process (filebeat, logstash, fluentd, etc...) to monitor the logfile, transform the log entries to a more 'standard' format, and then drop the log entries into another log file that is monitored by Wazuh (or forward directly to the wazuh thru socket/syslog).
I'd love to hear how others are handling this issue, as I face the same thing for many app logs...
Jeremy
But more importantly, Wazuh will "ignore" an event if it doesn't trigger any rule and get a level over 0 set.