mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
# a simple RainerScript test
|
|
result: 0
|
|
in:
|
|
$msg contains 'test' then
|
|
$$$
|
|
out:
|
|
00000000: push_msgvar msg[cstr]
|
|
00000001: push_const test[cstr]
|
|
00000002: contains
|
|
$$$
|