include logall_json label

This commit is contained in:
root 2018-11-12 11:05:49 +00:00
parent cf11aea81a
commit 4f2a080eb3
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ wazuh_manager_config:
json_output: 'yes' json_output: 'yes'
alerts_log: 'yes' alerts_log: 'yes'
logall: 'no' logall: 'no'
logall_json: 'no'
log_format: 'plain' log_format: 'plain'
api: api:
bind_addr: '0.0.0.0' bind_addr: '0.0.0.0'

View File

@ -10,6 +10,7 @@
<jsonout_output>{{ wazuh_manager_config.json_output }}</jsonout_output> <jsonout_output>{{ wazuh_manager_config.json_output }}</jsonout_output>
<alerts_log>{{ wazuh_manager_config.alerts_log }}</alerts_log> <alerts_log>{{ wazuh_manager_config.alerts_log }}</alerts_log>
<logall>{{ wazuh_manager_config.logall }}</logall> <logall>{{ wazuh_manager_config.logall }}</logall>
<logall_json>{{ wazuh_manager_config.logall_json }}</logall_json>
{% if wazuh_manager_config.email_notification | lower == "yes" %} {% if wazuh_manager_config.email_notification | lower == "yes" %}
<email_notification>yes</email_notification> <email_notification>yes</email_notification>
{% else %} {% else %}