rsyslog/tests/testsuites/parse_8bit_escape.conf
Rainer Gerhards 85045270f6 added $Escape8BitCharactersOnReceive directive
Thanks to David Lang for suggesting this functionality.
2010-01-27 15:13:54 +01:00

10 lines
405 B
Plaintext

$ModLoad ../plugins/omstdout/.libs/omstdout
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
$ErrorMessagesToStderr off
$Escape8BitCharactersOnReceive on
# use a special format that we can easily parse in expect
$template expect,"%PRI%,%syslogfacility-text%,%syslogseverity-text%,%timestamp%,%hostname%,%programname%,%syslogtag%,%msg%\n"
*.* :omstdout:;expect