From 4f85a5546c78d523417a7158ce2a3289af508eb6 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Wed, 14 May 2025 11:36:35 -0700 Subject: [PATCH 1/2] Admin:config:yaml:parsers Style updates Signed-off-by: Lynette Miles --- .../configuring-fluent-bit/yaml/parsers-section.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/administration/configuring-fluent-bit/yaml/parsers-section.md b/administration/configuring-fluent-bit/yaml/parsers-section.md index f34e17abd..a913ca2e5 100644 --- a/administration/configuring-fluent-bit/yaml/parsers-section.md +++ b/administration/configuring-fluent-bit/yaml/parsers-section.md @@ -1,10 +1,10 @@ -# Parsers Section +# Parsers section 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. This page provides a general overview of how to declare parsers. -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: +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: ```yaml parsers: @@ -20,4 +20,4 @@ parsers: You can define multiple parsers sections, either within the main configuration file or distributed across included files. -For more detailed information on parser options and advanced configurations, please refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) section. +For more detailed information on parser options and advanced configurations, refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) section. From d058f666f4a5981805e821226279bf0deb7cca87 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Thu, 15 May 2025 08:26:19 -0700 Subject: [PATCH 2/2] Update administration/configuring-fluent-bit/yaml/parsers-section.md Co-authored-by: Alexa Kreizinger Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- administration/configuring-fluent-bit/yaml/parsers-section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/configuring-fluent-bit/yaml/parsers-section.md b/administration/configuring-fluent-bit/yaml/parsers-section.md index a913ca2e5..92836f3d8 100644 --- a/administration/configuring-fluent-bit/yaml/parsers-section.md +++ b/administration/configuring-fluent-bit/yaml/parsers-section.md @@ -20,4 +20,4 @@ parsers: You can define multiple parsers sections, either within the main configuration file or distributed across included files. -For more detailed information on parser options and advanced configurations, refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) section. +For more detailed information on parser options and advanced configurations, refer to the [Configuring Parsers](../../../pipeline/parsers/configuring-parser.md) documentation.