mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
intrusion detection: default syslog level seems to be Error, not Info
So do the sensible thing and use Notice which is what global logging is currently using in the hopes to a align syslog with eve log. Completely unsure if this helps though. The docs don't describe this and nobody else tinkering with suricata.yaml came up with a solution? PR: https://forum.opnsense.org/index.php?topic=10140.0
This commit is contained in:
parent
25e8f92932
commit
a83e72acf1
@ -245,8 +245,8 @@ outputs:
|
||||
# suricata) will be used.
|
||||
#identity: "suricata"
|
||||
facility: local5
|
||||
#level: Info ## possible levels: Emergency, Alert, Critical,
|
||||
## Error, Warning, Notice, Info, Debug
|
||||
level: Notice ## possible levels: Emergency, Alert, Critical,
|
||||
## Error, Warning, Notice, Info, Debug
|
||||
|
||||
# a line based information for dropped packets in IPS mode
|
||||
- drop:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user