mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 13:20:41 +01:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
lookup_table(name="xlate" file="xlate_array.lkp_tbl")
|
|
|
|
template(name="outfmt" type="string" string="%msg% %$.lkp%\n")
|
|
|
|
set $.num = field($msg, 58, 2);
|
|
|
|
set $.lkp = lookup("xlate", $.num);
|
|
|
|
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|