rsyslog/tests/testsuites/cee_simple.conf
2012-09-19 15:11:52 +02:00

7 lines
220 B
Plaintext

$IncludeConfig diag-common.conf
template(name="outfmt" type="string" string="%$!usr!msg:F,58:2%\n")
set $!usr!msg = $msg;
if $msg contains 'msgnum' then
action(type="omfile" file="./rsyslog.out.log" template="outfmt")