Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pipeline/outputs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo
| gelf\_short\_message\_key | Specify the key to use as the `short` message in _gelf_ format | |
| gelf\_full\_message\_key | Specify the key to use for the `full` message in _gelf_ format | |
| gelf\_level\_key | Specify the key to use for the `level` in _gelf_ format | |
| body\_key | Specify the key to use as the body of the request (must prefix with "$"). The key must contain either a binary or raw string, and the content type can be specified using headers\_key (which must be passed whenever body\_key is present). When this option is present, each msgpack record will create a separate request. | |
| headers\_key | Specify the key to use as the headers of the request (must prefix with "$"). The key must contain a map, which will have the contents merged on the request headers. This can be used for many purposes, such as specifying the content-type of the data contained in body\_key. | |
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 |

### TLS / SSL
Expand Down