SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
508 B
9 lines
508 B
|
6 years ago
|
# Log kernel iptables dropped messages to iptables.log
|
||
|
|
$template MyTemplate,"%$day%-%timegenerated:1:3:date-rfc3164%-%$year% %timegenerated:12:19:date-rfc3339% %HOSTNAME% %syslogtag% %msg%\n"
|
||
|
|
:msg,contains,"[IPTables-Dropped]:" /var/log/iptables.log;MyTemplate #RSYSLOG_FileFormat
|
||
|
|
|
||
|
|
# Uncomment the following to stop logging anything that matches the last rule.
|
||
|
|
# Doing this will stop logging kernel generated UFW log messages to the file
|
||
|
|
# normally containing kern.* messages (eg, /var/log/kern.log)
|
||
|
|
#& stop
|