Skip to content

Commit 76cd4f1

Browse files
committed
docker: add ether and protocol options to the default yaml
1 parent fc332b4 commit 76cd4f1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docker/containers-data/suricata/etc/selks6-addin.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ outputs:
196196
#facility: local5
197197
#level: Info ## possible levels: Emergency, Alert, Critical,
198198
## Error, Warning, Notice, Info, Debug
199+
ethernet: yes # log ethernet header in events when available
199200
#redis:
200201
# server: 127.0.0.1
201202
# port: 6379
@@ -387,15 +388,21 @@ outputs:
387388
- snmp
388389
- rfb
389390
- sip
390-
- ssh
391+
- quic
391392
- dhcp:
392-
# DHCP logging requires Rust.
393393
enabled: yes
394394
# When extended mode is on, all DHCP messages are logged
395395
# with full detail. When extended mode is off (the
396396
# default), just enough information to map a MAC address
397397
# to an IP address is logged.
398398
extended: yes
399+
- ssh
400+
- mqtt:
401+
# passwords: yes # enable output of passwords
402+
- http2
403+
- pgsql:
404+
enabled: no
405+
# passwords: yes # enable output of passwords. Disabled by default
399406
- stats:
400407
totals: yes # stats for all threads merged together
401408
threads: no # per thread stats

0 commit comments

Comments
 (0)