Skip to content

Commit

Permalink
pipeline: outputs: websocket: Add info about workers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexa Kreizinger <[email protected]>
  • Loading branch information
alexakreizinger committed Aug 27, 2024
1 parent fbe24d3 commit be9e5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/outputs/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The **websocket** output plugin allows to flush your records into a WebSocket en
| 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 |
| json\_date\_key | Specify the name of the date field in output | date |
| 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 |
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |

## Getting Started

Expand Down

0 comments on commit be9e5c0

Please sign in to comment.