--
You received this message because you are subscribed to the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/ff1b087e-f3ac-4aa6-b8aa-93e2a01c1954n%40googlegroups.com.
Hi,
yes i would like to know more in detail, since i have little to no experience with mssql logging. Your help is much appreciated.
Thank you
Hello,
You can use the Application event channel to collect MSSQL logs

Now you can write rules like this to see those logs in the Dashboards.
<group name="windows,">
<rule id="100103" level="6">
<if_sid>61070</if_sid>
<field name="win.system.eventid">^33205</field>
<description>MS SQL event</description>
</rule>
</group>
Check this document to learn more about writing custom rules:
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/-tz8EnOCZFA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/7aced1ca-79ec-4312-817a-a9e60b8d5b1fn%40googlegroups.com.
Once the logs go to the Application event channel. Wazuh can collect the logs from the Application event channel.
By default, the Windows endpoint agents have this in the ossec.conf
<localfile>
<location>Application</location>
<log_format>eventchannel</log_format>
</localfile>
To collect the Application event channel logs.
So you do not need to mention any other path in the configuration.
You will only need to make custom rules to get alerts from those logs.