Skip to content

Commit 808f149

Browse files
authored
administration: configuration file: add max output plugins supported (#829)
Signed-off-by: lecaros <[email protected]>
1 parent 6038d71 commit 808f149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following is an example of an _FILTER_ section:
9494

9595
## Output <a href="config_output" id="config_output"></a>
9696

97-
The _OUTPUT_ section specify a destination that certain records should follow after a Tag match. The configuration support the following keys:
97+
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:
9898

9999
| Key | Description | |
100100
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- | - |

administration/configuring-fluent-bit/yaml/configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pipeline:
126126

127127
### Output <a href="config_output" id="config_output"></a>
128128

129-
The _outputs_ section specify a destination that certain records should follow after a Tag match. The configuration support the following keys:
129+
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:
130130

131131
| Key | Description |
132132
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)