mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 20:20:41 +01:00
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imptcp/.libs/imptcp")
|
|
input(type="imptcp" port="13514" ruleset="remote" supportOctetCountedFraming="off")
|
|
|
|
template(name="outfmt" type="string" string="%rawmsg%\n")
|
|
ruleset(name="remote") {
|
|
action(type="omfile" file="rsyslog.out.log" template="outfmt")
|
|
}
|