Update Eval for Strelka

This commit is contained in:
weslambert
2020-04-01 11:41:56 -04:00
committed by GitHub
parent 3001abc3ea
commit 2fcfb06ba5

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 %}