mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
13 lines
563 B
Plaintext
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")
|