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, 0 insertions, 6 deletions
diff --git a/fluent-bit/conf/parsers_multiline.conf b/fluent-bit/conf/parsers_multiline.conf
deleted file mode 100644
index 8ac34806b..000000000
--- a/fluent-bit/conf/parsers_multiline.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-[MULTILINE_PARSER]
- name exception_test
- type regex
- flush_timeout 1000
- rule "start_state" "/(Dec \d+ \d+\:\d+\:\d+)(.*)/" "cont"
- rule "cont" "/^\s+at.*/" "cont"