mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# see the equally-named .sh file for details
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
# note: the target server shall not be available!
|
|
|
|
$ActionQueueType LinkedList
|
|
:msg, contains, "msgnum:" @@127.0.0.1:13514
|
|
& ./rsyslog.out.log;outfmt
|