Skip to content

Commit 5e5120c

Browse files
out_websocket: Document ability to provide additional headers (fluent#1351)
See fluent/fluent-bit#8536. Signed-off-by: Markus Thömmes <markusthoemmes@me.com>
1 parent 9378ea3 commit 5e5120c

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
@@ -9,6 +9,7 @@ The **websocket** output plugin allows to flush your records into a WebSocket en
99
| Host | IP address or hostname of the target WebScoket Server | 127.0.0.1 |
1010
| Port | TCP port of the target WebScoket Server | 80 |
1111
| URI | Specify an optional HTTP URI for the target websocket server, e.g: /something | / |
12+
| Header | Add a HTTP header key/value pair. Multiple headers can be set. | |
1213
| 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 |
1314
| json\_date\_key | Specify the name of the date field in output | date |
1415
| 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 |

0 commit comments

Comments
 (0)