mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update filecheck.yaml
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{%- set ENGINE = salt['pillar.get']('global:mdengine', '') -%}
|
{%- set ENGINE = salt['pillar.get']('global:mdengine', '') %}
|
||||||
filecheck:
|
filecheck:
|
||||||
{%- if ENGINE == "SURICATA" -%}
|
{%- if ENGINE == "SURICATA" %}
|
||||||
extract_path = '/nsm/suricata/extracted'
|
extract_path: '/nsm/suricata/extracted'
|
||||||
{%- else -%}
|
{%- else %}
|
||||||
extract_path = '/nsm/zeek/extracted/complete'
|
extract_path: '/nsm/zeek/extracted/complete'
|
||||||
{%- endif -%}
|
{%- endif %}
|
||||||
historypath = '/nsm/strelka/history/'
|
historypath: '/nsm/strelka/history/'
|
||||||
strelkapath = '/nsm/strelka/unprocessed/'
|
strelkapath: '/nsm/strelka/unprocessed/'
|
||||||
logfile = '/opt/so/log/strelka/filecheck.log'
|
logfile: '/opt/so/log/strelka/filecheck.log'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user