From d2eb61a830af2c396171d62ccabd3fcac3c726dd Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 31 Oct 2022 13:41:45 -0400 Subject: [PATCH] Update filecheck.yaml --- salt/strelka/filecheck/filecheck.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/strelka/filecheck/filecheck.yaml b/salt/strelka/filecheck/filecheck.yaml index b6f16b3ea..cf7dcc199 100644 --- a/salt/strelka/filecheck/filecheck.yaml +++ b/salt/strelka/filecheck/filecheck.yaml @@ -1,10 +1,10 @@ -{%- set ENGINE = salt['pillar.get']('global:mdengine', '') %} +{%- set ENGINE = salt['pillar.get']('global:mdengine', '') -%} filecheck: - {% if ENGINE == "SURICATA" %} + {%- if ENGINE == "SURICATA" -%} extract_path = '/nsm/suricata/extracted' - {% else %} + {%- else -%} extract_path = '/nsm/zeek/extracted/complete' - {% endif %} + {%- endif -%} historypath = '/nsm/strelka/history/' strelkapath = '/nsm/strelka/unprocessed/' logfile = '/opt/so/log/strelka/filecheck.log'