rsyslog/tests/testsuites/mmnormalize_regex_disabled.conf
Rainer Gerhards d68dc6f3fc mmnormalize rename allow_regex module conf param to allowRegex
...so that it matches the other config parameters in style.
2014-12-17 11:39:31 +01:00

13 lines
563 B
Plaintext

$IncludeConfig diag-common.conf
template(name="hosts_and_ports" type="string" string="host and port list: %$!hps%\n")
template(name="paths" type="string" string="%$!fragments% %$!user%\n")
template(name="numbers" type="string" string="nos: %$!some_nos%\n")
module(load="../plugins/mmnormalize/.libs/mmnormalize" allowRegex="off")
module(load="../plugins/imptcp/.libs/imptcp")
input(type="imptcp" port="13514")
action(type="mmnormalize" rulebase="testsuites/mmnormalize_regex.rulebase")
action(type="omfile" file="./rsyslog.out.log" template="hosts_and_ports")