summaryrefslogtreecommitdiffstats
path: root/tests/imfile-endmsg.regex.crio.rulebase
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imfile-endmsg.regex.crio.rulebase')
-rw-r--r--tests/imfile-endmsg.regex.crio.rulebase15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/imfile-endmsg.regex.crio.rulebase b/tests/imfile-endmsg.regex.crio.rulebase
new file mode 100644
index 0000000..002ef44
--- /dev/null
+++ b/tests/imfile-endmsg.regex.crio.rulebase
@@ -0,0 +1,15 @@
+version=2
+rule=:%{"name":"multilinecrio", "type":"repeat",
+ "parser":[
+ {"type":"word", "name":"time"},
+ {"type":"literal", "text":" "},
+ {"type":"word", "name":"stream"},
+ {"type":"literal", "text":" "},
+ {"type":"word", "name":"partial"},
+ {"type":"literal", "text":" "},
+ {"type":"char-sep", "name":"log", "extradata":"\n"}
+ ],
+ "while":[
+ {"type":"literal", "text":"\n"},
+ ]
+ }%