File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ input:
5454 # # Disables Redis pipelining.
5555 # nopipe: true
5656
57- # Configure forwarding of events processed by FEVER
57+ # Configure forwarding of events processed by FEVER, i.e. define what event
58+ # types to forward.
5859multi-forward :
60+ # Set 'all' to true to forward everything received from Suricata, otherwise
61+ # use the 'types' list to choose. Example:
5962 # socketall:
6063 # socket: /tmp/out-all.sock
6164 # buffer-length: 100000
6265 # all: true
6366 # types: []
6467 socketalerts :
65- # Definition what event types to forward. Set 'all' to true to forward
66- # everything received from Suricata, otherwise use the 'types' list to choose.
67- # By default, we only forward alerts and stats events.
6868 socket : /tmp/suri-forward.sock
6969 all : false
7070 buffer-length : 1000
You can’t perform that action at this time.
0 commit comments