Merge pull request #7017 from Security-Onion-Solutions/issue/7016

dont apply wazuh state on sensors if it is disabled globally
This commit is contained in:
Josh Patterson
2022-01-28 09:33:34 -05:00
committed by GitHub

View File

@@ -77,7 +77,9 @@ base:
{%- if ZEEKVER != 'SURICATA' %} {%- if ZEEKVER != 'SURICATA' %}
- zeek - zeek
{%- endif %} {%- endif %}
{%- if WAZUH != 0 %}
- wazuh - wazuh
{%- endif %}
{%- if STRELKA %} {%- if STRELKA %}
- strelka - strelka
{%- endif %} {%- endif %}