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