Merge pull request #488 from Security-Onion-Solutions/fix/strelka_top

Update Eval for Strelka
This commit is contained in:
weslambert
2020-04-01 11:42:18 -04:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
{%- set DOMAINSTATS = salt['pillar.get']('master:domainstats', '0') -%}
{%- set FLEETMASTER = salt['pillar.get']('static:fleet_master', False) -%}
{%- set FLEETNODE = salt['pillar.get']('static:fleet_node', False) -%}
{%- set STRELKA = salt['pillar.get']('master:strelka', '1') -%
base:
@@ -63,11 +64,14 @@ base:
- wazuh
{%- endif %}
- elasticsearch
- filebeat
- kibana
- pcap
- suricata
- zeek
{%- if STRELKA %}
- strelka
{%- endif %}
- filebeat
- curator
- elastalert
{%- if FLEETMASTER or FLEETNODE %}