Many thanks, works fine.
So I covered
<!-- Zimbra audit.log -->
<decoder name="zimbra">
<prematch>[\S+] [\S+;oip=\S+;\S+] security - cmd=Auth;
account=\S+; protocol=\S+;</prematch>
</decoder>
<!-- siblings for successful logon events for IMAP -->
<decoder name="zimbra-fields">
<parent>zimbra</parent>
<regex>[\S+] [\S+;oip=(\S+);\S+;\S+;\S+] security -
cmd=Auth; account=(\S+); protocol=(\S+);</regex>
<order>srcip, user, protocol</order>
</decoder>
<!-- siblings for successful logon events for WEB and SMTP -->
<decoder name="zimbra-fields">
<parent>zimbra</parent>
<regex>[\S+] [\S+;oip=(\S+);\S+;\S+;] security - cmd=Auth; account=(\S+); protocol=(\S+);</regex>
<order>srcip, user, protocol</order>
</decoder>
<!-- siblings for unsuccessful logon events for imap, web and smtp -->
<decoder name="zimbra-fields">
<parent>zimbra</parent>
<regex>[\S+] [\S+;oip=(\S+);\S+;soapId=\S+;] security -
cmd=Auth; account=(\S+); protocol=(\S+); error=</regex>
<order>srcip, user, protocol</order>
</decoder>
And then older
<!-- Zimbra mailbox.log account lockout-->
<decoder name="zimbra-mailbox">
<prematch>[\S+] [] misc - Access from IP \S+
suspended</prematch>
</decoder>
<decoder name="zimbra-mailbox-suspeded">
<parent>zimbra-mailbox</parent>
<type>syslog</type>
<regex>[\S+] [] misc - Access from IP (\S+)
(suspended)</regex>
<order>srcip, action</order>
</decoder>
--
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/gm3pUiUj2Tw/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/f6582e9a-576d-4231-bee1-6aa136759c03n%40googlegroups.com.