Skip to content

Commit bb35c0e

Browse files
committed
improve comments in config file
1 parent 98b6783 commit bb35c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fever.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
5859
multi-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

0 commit comments

Comments
 (0)