blob: efc6ba06ccb1691af671e5ec1fb1aa3f516d6548 (
plain)
1
2
3
4
5
6
7
8
|
$IncludeConfig diag-common.conf
module(load="../plugins/imtcp/.libs/imtcp")
input(type="imtcp" port="13514")
template(type="string" name="outfmt" string="%msg:F,58:2%,%msg:F,58:3%,%msg:F,58:4%\n")
if prifilt("news.*") then
action(type="omfile" file="rsyslog.out.log" template="outfmt")
|