mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 02:40:42 +01:00
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
# see equally-named shell file for details
|
|
# rgerhards, 2009-11-12
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imudp/.libs/imudp
|
|
# then SENDER sends to this port (not tcpflood!)
|
|
$UDPServerRun 514
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
|
|
:msg, contains, "msgnum:" ?dynfile;outfmt
|