From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- fluent-bit/conf/parsers_multiline.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fluent-bit/conf/parsers_multiline.conf (limited to 'fluent-bit/conf/parsers_multiline.conf') 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" -- cgit v1.2.3