Skip to content

Commit 598454a

Browse files
authored
pipeline:inputs:forward: Documented new option tag to override the tag from the forwarded events (#1099)
Signed-off-by: RicardoAAD <ricardo@calyptia.com>
1 parent 5ee0f0c commit 598454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The plugin supports the following configuration parameters:
1616
| Buffer\_Max\_Size | Specify the maximum buffer memory size used to receive a Forward message. The value must be according to the [Unit Size](../../administration/configuring-fluent-bit/unit-sizes.md) specification. | 6144000 |
1717
| Buffer\_Chunk\_Size | By default the buffer to store the incoming Forward messages, do not allocate the maximum memory allowed, instead it allocate memory when is required. The rounds of allocations are set by _Buffer\_Chunk\_Size_. The value must be according to the [Unit Size ](../../administration/configuring-fluent-bit/unit-sizes.md)specification. | 1024000 |
1818
| Tag_Prefix | Prefix incoming tag with the defined value.| |
19-
19+
| Tag | Override the tag of the forwarded events with the defined value.| |
2020

2121
## Getting Started
2222

0 commit comments

Comments
 (0)