blob: e3c3a98f93e5fda39e4e1ceac185d415f88ed0e2 (
plain)
1
2
3
4
5
6
7
8
9
|
$AbortOnUncleanConfig on
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
$InputTCPServerRun 13514
$template outfmt,"%msg:F,58:2%\n"
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
:msg, contains, "msgnum:" ?dynfile;outfmt
|