Skip to content

Commit be9e5c0

Browse files
pipeline: outputs: websocket: Add info about workers
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent fbe24d3 commit be9e5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/websocket.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The **websocket** output plugin allows to flush your records into a WebSocket en
1313
| Format | Specify the data format to be used in the HTTP request body, by default it uses _msgpack_. Other supported formats are _json_, _json\_stream_ and _json\_lines_ and _gelf_. | msgpack |
1414
| json\_date\_key | Specify the name of the date field in output | date |
1515
| 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 |
16+
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
1617

1718
## Getting Started
1819

0 commit comments

Comments
 (0)