mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
# rgerhards, 2013-12-10
|
|
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imrelp/.libs/imrelp")
|
|
# then SENDER sends to this port (not tcpflood!)
|
|
input(type="imrelp" port="13515")
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
:msg, contains, "msgnum:" action(type="omfile" file="rsyslog.out.log" template="outfmt")
|