Skip to content

Commit 076addc

Browse files
authored
in_forward: add doc for new option 'tag_prefix' (#678)
Signed-off-by: lecaros <jose.lecaros@gmail.com>
1 parent fb11f39 commit 076addc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pipeline/inputs/forward.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ _Forward_ is the protocol used by [Fluent Bit](http://fluentbit.io) and [Fluentd
66

77
The plugin supports the following configuration parameters:
88

9-
| Key | Description | Default |
10-
| :--- | :--- | :--- |
11-
| Listen | Listener network interface. | 0.0.0.0 |
12-
| Port | TCP port to listen for incoming connections. | 24224 |
13-
| Unix_Path |Specify the path to unix socket to receive a Forward message. If set, `Listen` and `Port` are ignored. | |
14-
| 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 |
9+
| Key | Description | Default |
10+
|:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| :--- |
11+
| Listen | Listener network interface. | 0.0.0.0 |
12+
| Port | TCP port to listen for incoming connections. | 24224 |
13+
| Unix_Path | Specify the path to unix socket to receive a Forward message. If set, `Listen` and `Port` are ignored. | |
14+
| 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 |
1515
| 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 |
16+
| Tag_Prefix | Prefix incoming tag with the defined value.| |
17+
1618

1719
## Getting Started
1820

0 commit comments

Comments
 (0)