Skip to content

Commit

Permalink
docker: add ether and protocol options to the default yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pevma committed Jun 2, 2024
1 parent fc332b4 commit 76cd4f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker/containers-data/suricata/etc/selks6-addin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ outputs:
#facility: local5
#level: Info ## possible levels: Emergency, Alert, Critical,
## Error, Warning, Notice, Info, Debug
ethernet: yes # log ethernet header in events when available
#redis:
# server: 127.0.0.1
# port: 6379
Expand Down Expand Up @@ -387,15 +388,21 @@ outputs:
- snmp
- rfb
- sip
- ssh
- quic
- dhcp:
# DHCP logging requires Rust.
enabled: yes
# When extended mode is on, all DHCP messages are logged
# with full detail. When extended mode is off (the
# default), just enough information to map a MAC address
# to an IP address is logged.
extended: yes
- ssh
- mqtt:
# passwords: yes # enable output of passwords
- http2
- pgsql:
enabled: no
# passwords: yes # enable output of passwords. Disabled by default
- stats:
totals: yes # stats for all threads merged together
threads: no # per thread stats
Expand Down

0 comments on commit 76cd4f1

Please sign in to comment.