mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imrelp/.libs/imrelp")
|
|
# then SENDER sends to this port (not tcpflood!)
|
|
input(type="imrelp" port="13515" tls="on" tls.prioritystring="NORMAL:+ANON-DH")
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
:msg, contains, "msgnum:" action(type="omfile" file="rsyslog.out.log" template="outfmt")
|