Skip to content

Commit 7a1d694

Browse files
authored
tests: Create parsers_multiline.conf for in_tail
Signed-off-by: zshuang0316 <[email protected]>
1 parent 616124e commit 7a1d694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[MULTILINE_PARSER]
2+
name multiline-regex
3+
type regex
4+
flush_timeout 5000
5+
rule "start_state" "/(^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3})(.*)/" "cont"
6+
rule "cont" "/^(?!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}).*/" "cont"

0 commit comments

Comments
 (0)