mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
Thanks to Michael Biebl for reporting this see also https://github.com/rsyslog/rsyslog/issues/524
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
$IncludeConfig diag-common.conf
|
|
template(name="outfmt" type="string" string="%$.replaced_msg%\n")
|
|
|
|
module(load="../plugins/imtcp/.libs/imtcp")
|
|
input(type="imtcp" port="13514")
|
|
|
|
set $.replaced_msg = wrap("foo says" & $msg, "bc" & "def" & "bc", "ES" & "C");
|
|
|
|
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|