mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
show steno,zeek,suricata as disabled in so-status on import node
This commit is contained in:
@@ -200,6 +200,14 @@ append_so-zeek_so-status.conf:
|
||||
file.append:
|
||||
- name: /opt/so/conf/so-status/so-status.conf
|
||||
- text: so-zeek
|
||||
- unless: grep -q so-zeek /opt/so/conf/so-status/so-status.conf
|
||||
|
||||
{% if grains.role == 'so-import' %}
|
||||
disable_so-zeek_so-status.conf:
|
||||
file.comment:
|
||||
- name: /opt/so/conf/so-status/so-status.conf
|
||||
- regex: ^so-zeek$
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user