Suricata Salt Module - disable flow records in suricata

This commit is contained in:
Mike Reeves
2018-02-26 16:47:50 -05:00
parent 4e2a6adf92
commit 69ba60d710

View File

@@ -51,7 +51,7 @@ vars:
default-rule-path: /usr/local/etc/suricata/rules default-rule-path: /usr/local/etc/suricata/rules
rule-files: rule-files:
- download.rules - downloaded.rules
classification-file: /usr/local/etc/suricata/classification.config classification-file: /usr/local/etc/suricata/classification.config
reference-config-file: /usr/local/etc/suricata/reference.config reference-config-file: /usr/local/etc/suricata/reference.config
@@ -185,13 +185,13 @@ outputs:
#- dnp3 #- dnp3
#- nfs #- nfs
- ssh #- ssh:
- stats: - stats:
totals: yes # stats for all threads merged together totals: yes # stats for all threads merged together
threads: no # per thread stats threads: no # per thread stats
deltas: no # include delta values deltas: no # include delta values
# bi-directional flows # bi-directional flows
- flow #- flow:
# uni-directional flows # uni-directional flows
#- netflow #- netflow
# Vars log flowbits and other packet and flow vars # Vars log flowbits and other packet and flow vars