mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 16:30:42 +01:00
11 lines
563 B
Plaintext
11 lines
563 B
Plaintext
# note: we need to strip off the TZ designator in the rfc3339 timestamp
|
|
# as this test otherwise fails in different timezones!
|
|
$ModLoad ../plugins/omstdout/.libs/omstdout
|
|
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
|
|
|
|
$ErrorMessagesToStderr off
|
|
|
|
# use a special format that we can easily parse in expect
|
|
$Template output,"%timereported:1:19:date-rfc3339,csv%, %hostname:::csv%, %programname:::csv%, %syslogtag:R,ERE,0,BLANK:[0-9]+--end:csv%, %syslogseverity:::csv%, %msg:::drop-last-lf,csv%\n"
|
|
*.* :omstdout:;output
|