2023-08-20 00:55:50
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#add
|
||||
# provides UDP syslog reception
|
||||
module(load="imudp")
|
||||
input(type="imudp" port="514")
|
||||
|
||||
# provides TCP syslog reception
|
||||
module(load="imtcp")
|
||||
input(type="imtcp" port="514")
|
||||
|
||||
$template RemoteLogs,"/var/log/remote/%HOSTNAME%/%PROGRAMNAME%.log"
|
||||
*.* ?RemoteLogs
|
||||
|
||||
Reference in New Issue
Block a user