Filebeat - Switch negation to equals

This commit is contained in:
Wes Lambert
2018-12-10 20:17:41 +00:00
parent 10d6c0f5a9
commit 0f5fbadaf5

View File

@@ -37,7 +37,8 @@ filebeat.prospectors:
clean_removed: false clean_removed: false
close_removed: false close_removed: false
{%- if WAZUHENABLED != '1' %} {%- if WAZUHENABLED == '1' %}
- type: log - type: log
paths: paths:
- /wazuh/alerts/alerts.json - /wazuh/alerts/alerts.json