From 808f149886374f798f9e7efbd036bcda52b02568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lecaros?= Date: Tue, 21 Jun 2022 17:09:34 -0400 Subject: [PATCH] administration: configuration file: add max output plugins supported (#829) Signed-off-by: lecaros --- .../configuring-fluent-bit/classic-mode/configuration-file.md | 2 +- .../configuring-fluent-bit/yaml/configuration-file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/administration/configuring-fluent-bit/classic-mode/configuration-file.md b/administration/configuring-fluent-bit/classic-mode/configuration-file.md index 9799537bd..5731070fe 100644 --- a/administration/configuring-fluent-bit/classic-mode/configuration-file.md +++ b/administration/configuring-fluent-bit/classic-mode/configuration-file.md @@ -94,7 +94,7 @@ The following is an example of an _FILTER_ section: ## Output -The _OUTPUT_ section specify a destination that certain records should follow after a Tag match. The configuration support the following keys: +The _OUTPUT_ section specify a destination that certain records should follow after a Tag match. Currently, Fluent Bit can route up to 256 _OUTPUT_ plugins. The configuration support the following keys: | Key | Description | | | ----------- | ------------------------------------------------------------------------------------------------------------------------------- | - | diff --git a/administration/configuring-fluent-bit/yaml/configuration-file.md b/administration/configuring-fluent-bit/yaml/configuration-file.md index 2d9d78385..77e6130ca 100644 --- a/administration/configuring-fluent-bit/yaml/configuration-file.md +++ b/administration/configuring-fluent-bit/yaml/configuration-file.md @@ -126,7 +126,7 @@ pipeline: ### Output -The _outputs_ section specify a destination that certain records should follow after a Tag match. The configuration support the following keys: +The _outputs_ section specify a destination that certain records should follow after a Tag match. Currently, Fluent Bit can route up to 256 _OUTPUT_ plugins. The configuration support the following keys: | Key | Description | | ----------- | ------------------------------------------------------------------------------------------------------------------------------- |