Dear all Member's,
hope your doing well .
i would like to forward all Active Directory ,DNS and File servers events logs to wazuh , i have add the logs to windows agent ... ossec.conf file as below ,but unfortunately its not working . hence we need your support on how to forwarded domain, dns and file server logs to wazuh
<localfile>
<location>Security</location>
<log_format>eventchannel</log_format>
<query>Event/System[EventID != 5145 and EventID != 5156 and EventID != 5447 and
EventID != 4656 and EventID != 4658 and EventID != 4663 and EventID != 4660 and
EventID != 4670 and EventID != 4690 and EventID != 4703 and EventID != 1047 and EventID != 4907 and
and EventID != 4740
EventID != 5152 and EventID != 5157]</query>
</localfile>
regards