rsyslog/tests/testsuites/json_null.conf

15 lines
575 B
Plaintext

$IncludeConfig diag-common.conf
module(load="../plugins/mmjsonparse/.libs/mmjsonparse")
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
# we must make sure the template contains a reference to the
# data item with null value
template(name="outfmt" type="string" string="%$!nope%\n")
template(name="outfmt-all-json" type="string" string="%$!all-json%\n")
action(type="mmjsonparse")
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
if $!nope == "" then
action(type="omfile" file="./rsyslog2.out.log" template="outfmt-all-json")