Skip to content

Commit 6f4b988

Browse files
authored
Merge pull request #1654 from fluent/lynettemiles/sc-135608/update-fluent-bit-fluent-bit-docs-administration
2 parents 08670d4 + 35b3f84 commit 6f4b988

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

administration/configuring-fluent-bit/yaml/multiline-parsers-section.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Multiline Parsers
1+
# Multiline parsers
22

33
Multiline parsers are used to combine logs that span multiple events into a single, cohesive message. This is particularly useful for handling stack traces, error logs, or any log entry that contains multiple lines of information.
44

55
In YAML configuration, the syntax for defining multiline parsers differs slightly from the classic configuration format introducing minor breaking changes, specifically on how the rules are defined.
66

7-
Below is an example demonstrating how to define a multiline parser directly in the main configuration file, as well as how to include additional definitions from external files:
7+
The following example demonstrates how to define a multiline parser directly in the main configuration file, and how to include additional definitions from external files:
88

99
```yaml
1010
multiline_parsers:
@@ -20,7 +20,6 @@ multiline_parsers:
2020
next_state: cont
2121
```
2222
23-
The example above defines a multiline parser named `multiline-regex-test` that uses regular expressions to handle multi-event logs. The parser contains two rules: the first rule transitions from start_state to cont when a matching log entry is detected, and the second rule continues to match subsequent lines.
24-
25-
For more detailed information on configuring multiline parsers, including advanced options and use cases, please refer to the Configuring Multiline Parsers section.
23+
This example defines a multiline parser named `multiline-regex-test` that uses regular expressions to handle multi-event logs. The parser contains two rules: the first rule transitions from `start_state` to cont when a matching log entry is detected, and the second rule continues to match subsequent lines.
2624

25+
For more detailed information on configuring multiline parsers, including advanced options and use cases, refer to the Configuring Multiline Parsers documentation.

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ matchers
101101
Minishift
102102
minikube
103103
MTTx
104+
multiline
104105
multithreading
105106
Musl
106107
namespace

0 commit comments

Comments
 (0)