From 29c90f7b8b2263ee8c7355607849b9c32b7124db Mon Sep 17 00:00:00 2001 From: Pooyan Khanjankhani Date: Thu, 11 Jan 2024 18:17:19 +0330 Subject: [PATCH] fix typo (#1281) Signed-off-by: Pooyan Khanjankhani --- .../configuring-fluent-bit/yaml/configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/configuring-fluent-bit/yaml/configuration-file.md b/administration/configuring-fluent-bit/yaml/configuration-file.md index 4e25144d3..0205ccc5f 100644 --- a/administration/configuring-fluent-bit/yaml/configuration-file.md +++ b/administration/configuring-fluent-bit/yaml/configuration-file.md @@ -119,7 +119,7 @@ pipeline: port: 8080 ``` -This pipelinme consists of two _inputs_; a tail plugin and an http server plugin. Each plugin has its own map in the array of _inputs_ consisting of simple properties. To use more advanced properties that consist of multiple values the property itself can be defined using an array, ie: the _record_ and _allowlist_key_ properties for the _record_modifier_ _filter_: +This pipeline consists of two _inputs_; a tail plugin and an http server plugin. Each plugin has its own map in the array of _inputs_ consisting of simple properties. To use more advanced properties that consist of multiple values the property itself can be defined using an array, ie: the _record_ and _allowlist_key_ properties for the _record_modifier_ _filter_: ``` pipeline: