include logall_json label
This commit is contained in:
parent
cf11aea81a
commit
4f2a080eb3
@ -5,6 +5,7 @@ wazuh_manager_config:
|
||||
json_output: 'yes'
|
||||
alerts_log: 'yes'
|
||||
logall: 'no'
|
||||
logall_json: 'no'
|
||||
log_format: 'plain'
|
||||
api:
|
||||
bind_addr: '0.0.0.0'
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
<jsonout_output>{{ wazuh_manager_config.json_output }}</jsonout_output>
|
||||
<alerts_log>{{ wazuh_manager_config.alerts_log }}</alerts_log>
|
||||
<logall>{{ wazuh_manager_config.logall }}</logall>
|
||||
<logall_json>{{ wazuh_manager_config.logall_json }}</logall_json>
|
||||
{% if wazuh_manager_config.email_notification | lower == "yes" %}
|
||||
<email_notification>yes</email_notification>
|
||||
{% else %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user