You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/tcp-and-tls.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The **tcp** output plugin allows to send records to a remote TCP server. The pay
11
11
| Format | Specify the data format to be printed. Supported formats are _msgpack__json_, _json\_lines_ and _json\_stream_. | msgpack |
12
12
| 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 |
13
13
| 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`|
0 commit comments