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