mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Filebeat - Switch negation to equals
This commit is contained in:
@@ -37,7 +37,8 @@ filebeat.prospectors:
|
||||
clean_removed: false
|
||||
close_removed: false
|
||||
|
||||
{%- if WAZUHENABLED != '1' %}
|
||||
{%- if WAZUHENABLED == '1' %}
|
||||
|
||||
- type: log
|
||||
paths:
|
||||
- /wazuh/alerts/alerts.json
|
||||
|
||||
Reference in New Issue
Block a user