From 69ba60d7106ef665e5c4191939c7ad2fd715629c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 26 Feb 2018 16:47:50 -0500 Subject: [PATCH] Suricata Salt Module - disable flow records in suricata --- salt/suricata/files/suricata.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/suricata/files/suricata.yaml b/salt/suricata/files/suricata.yaml index 0f5825f9c..c9aca9df6 100644 --- a/salt/suricata/files/suricata.yaml +++ b/salt/suricata/files/suricata.yaml @@ -51,7 +51,7 @@ vars: default-rule-path: /usr/local/etc/suricata/rules rule-files: - - download.rules + - downloaded.rules classification-file: /usr/local/etc/suricata/classification.config reference-config-file: /usr/local/etc/suricata/reference.config @@ -185,13 +185,13 @@ outputs: #- dnp3 #- nfs - - ssh + #- ssh: - stats: totals: yes # stats for all threads merged together threads: no # per thread stats deltas: no # include delta values # bi-directional flows - - flow + #- flow: # uni-directional flows #- netflow # Vars log flowbits and other packet and flow vars