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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user