Skip to content

Commit 3eff906

Browse files
committed
Admin: config: yaml: multiline:final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 10c4f45 commit 3eff906

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

administration/configuring-fluent-bit/multiline-parsing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A rule specifies how to match a multiline pattern and perform the concatenation.
5959
- regular expression pattern
6060
- next state
6161

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:
6363

6464
{% tabs %}
6565
{% tab title="parsers_multiline.yaml" %}
@@ -99,7 +99,7 @@ To simplify the configuration of regular expressions, you can use the [Rubular](
9999

100100
#### Configuration example
101101

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:
103103

104104
{% tabs %}
105105

@@ -344,7 +344,7 @@ multiline_parsers:
344344
- state: start_state
345345
regex: '/([a-zA-Z]+ \d+ \d+\:\d+\:\d+)(.*)/'
346346
next_state: cont
347-
347+
348348
- state: cont
349349
regex: '/^\s+at.*/'
350350
next_state: cont
@@ -367,9 +367,9 @@ This file defines a multiline parser for the classic example.
367367
flush_timeout 1000
368368
#
369369
# Regex rules for multiline parsing
370-
# ---------------------------------
370+
# ---------------------------------
371371
#
372-
# configuration hints:
372+
# configuration hints:
373373
#
374374
# - first state always has the name: start_state
375375
# - every field in the rule must be inside double quotes
@@ -425,4 +425,4 @@ $ ./fluent-bit --config fluent-bit.conf
425425
"}]
426426
[2] tail.0: [[1750333602.460998000, {}], {"log"=>"another line...
427427
"}]
428-
```
428+
```

0 commit comments

Comments
 (0)