summaryrefslogtreecommitdiff
path: root/tests/testsuites/rscript_eq.conf
blob: 0130aed0b749cdd929658b76d83364adb52f6e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$IncludeConfig diag-common.conf

template(name="outfmt" type="list") {
	property(name="$!usr!msgnum")
	constant(value="\n")
}

if $msg contains 'msgnum' then {
	set $!usr!msgnum = field($msg, 58, 2);
	if $!usr!msgnum == "00005000" or
	   $!usr!msgnum == "00005001" or
	   $!usr!msgnum == "00005002" then
		action(type="omfile" file="./rsyslog.out.log" template="outfmt")
}