mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Suricata Salt Module - disable flow records in suricata
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user