Skip to content

Commit c80d6e0

Browse files
pipeline: outputs: tcp-and-tls: Add info about workers
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent d4540f1 commit c80d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/tcp-and-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The **tcp** output plugin allows to send records to a remote TCP server. The pay
1111
| Format | Specify the data format to be printed. Supported formats are _msgpack_ _json_, _json\_lines_ and _json\_stream_. | msgpack |
1212
| json\_date\_key | Specify the name of the time key in the output record. To disable the time key just set the value to `false`. | date |
1313
| json\_date\_format | Specify the format of the date. Supported formats are _double_, _epoch_, _iso8601_ (eg: _2018-05-30T09:39:52.000681Z_) and _java_sql_timestamp_ (eg: _2018-05-30 09:39:52.000681_) | double |
14-
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 |
14+
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
1515

1616
## TLS Configuration Parameters
1717

0 commit comments

Comments
 (0)