Adjust Wazuh logging so we don't log alerts to a separate file and so we don't write a separate log file for non-JSON for archives

This commit is contained in:
weslambert
2020-10-05 10:03:40 -04:00
committed by GitHub
parent 1ebe970876
commit 968dce0aee

View File

@@ -7,8 +7,8 @@
<ossec_config>
<global>
<jsonout_output>yes</jsonout_output>
<alerts_log>yes</alerts_log>
<logall>yes</logall>
<alerts_log>no</alerts_log>
<logall>no</logall>
<logall_json>yes</logall_json>
<email_notification>no</email_notification>
<smtp_server>smtp.example.wazuh.com</smtp_server>