With Shuffle

In order to integrate Wazuh with Shuffle, add the following tag to the /var/ossec/etc/ossec.conf file.

/var/ossec/etc/ossec.conf
++  <integration>
++    <name>shuffle</name>
++    <hook_url>http://<YOUR_SHUFFLE_URL>/api/v1/hooks/<HOOK_ID></hook_url>
++    <level>3</level>
++    <alert_format>json</alert_format>
++  </integration>

Last updated