summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/parsers_multiline.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/conf/parsers_multiline.conf')
-rw-r--r--fluent-bit/conf/parsers_multiline.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/fluent-bit/conf/parsers_multiline.conf b/fluent-bit/conf/parsers_multiline.conf
new file mode 100644
index 00000000..8ac34806
--- /dev/null
+++ b/fluent-bit/conf/parsers_multiline.conf
@@ -0,0 +1,6 @@
+[MULTILINE_PARSER]
+ name exception_test
+ type regex
+ flush_timeout 1000
+ rule "start_state" "/(Dec \d+ \d+\:\d+\:\d+)(.*)/" "cont"
+ rule "cont" "/^\s+at.*/" "cont"