Skip to content

Commit 08670d4

Browse files
authored
Merge pull request #1653 from fluent/lynettemiles/sc-135609/update-fluent-bit-fluent-bit-docs-administration
2 parents fdacfc6 + d058f66 commit 08670d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Parsers Section
1+
# Parsers section
22

33
Parsers enable Fluent Bit components to transform unstructured data into a structured internal representation. You can define parsers either directly in the main configuration file or in separate external files for better organization.
44

55
This page provides a general overview of how to declare parsers.
66

7-
The main section name is `parsers`, and it allows you to define a list of parser configurations. The following example demonstrates how to set up two simple parsers:
7+
The main section name is `parsers`, and it lets you define a list of parser configurations. The following example demonstrates how to set up two basic parsers:
88

99
```yaml
1010
parsers:
@@ -20,4 +20,4 @@ parsers:
2020
2121
You can define multiple parsers sections, either within the main configuration file or distributed across included files.
2222
23-
For more detailed information on parser options and advanced configurations, please refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) section.
23+
For more detailed information on parser options and advanced configurations, refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) documentation.

0 commit comments

Comments
 (0)