mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 16:50:42 +01:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/mmpstrucdata/.libs/mmpstrucdata")
|
|
module(load="../plugins/imtcp/.libs/imtcp")
|
|
|
|
input(type="imtcp" port="13514")
|
|
|
|
action(type="mmpstrucdata")
|
|
if $msg contains "msgnum" then
|
|
action(type="omfile" file="rsyslog.out.log")
|