mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
We also added a testbench test to check for this in the future. That in turn required new testbench tools.
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
$IncludeConfig diag-common.conf
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
template(name="outfmt" type="string" string="%msg:F,58:2%\n")
|
|
|
|
if $msg contains "msgnum:" then
|
|
action(type="omfwd" template="outfmt"
|
|
target="127.0.0.1" port="13514" protocol="tcp")
|