You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: administration/configuring-fluent-bit/multiline-parsing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ A rule specifies how to match a multiline pattern and perform the concatenation.
59
59
- regular expression pattern
60
60
- next state
61
61
62
-
A rule might be defined as follows (comments added to simplify the definition) in corresponding YAML and classic configuration examples below:
62
+
A rule might be defined as follows (comments added to simplify the definition) in the corresponding YAML and classic configuration examples:
63
63
64
64
{% tabs %}
65
65
{% tab title="parsers_multiline.yaml" %}
@@ -99,7 +99,7 @@ To simplify the configuration of regular expressions, you can use the [Rubular](
99
99
100
100
#### Configuration example
101
101
102
-
The following example provides a full Fluent Bit configuration file for multiline parsing by using the definition explained previously. It is provided in corresponding YAML and classic configuration examples below:
102
+
The following example provides a full Fluent Bit configuration file for multiline parsing by using the definition explained previously. It's provided in following YAML and classic configuration examples:
103
103
104
104
{% tabs %}
105
105
@@ -344,7 +344,7 @@ multiline_parsers:
344
344
- state: start_state
345
345
regex: '/([a-zA-Z]+ \d+ \d+\:\d+\:\d+)(.*)/'
346
346
next_state: cont
347
-
347
+
348
348
- state: cont
349
349
regex: '/^\s+at.*/'
350
350
next_state: cont
@@ -367,9 +367,9 @@ This file defines a multiline parser for the classic example.
367
367
flush_timeout 1000
368
368
#
369
369
# Regex rules for multiline parsing
370
-
# ---------------------------------
370
+
# ---------------------------------
371
371
#
372
-
# configuration hints:
372
+
# configuration hints:
373
373
#
374
374
# - first state always has the name: start_state
375
375
# - every field in the rule must be inside double quotes
0 commit comments