rsyslog/tests/testsuites/rscript_random.conf
2015-09-17 11:55:05 +02:00

10 lines
270 B
Plaintext

$IncludeConfig diag-common.conf
template(name="outfmt" type="string" string="%$.random_no%\n")
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
set $.random_no = random(10);
action(type="omfile" file="./rsyslog.out.log" template="outfmt")