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/http.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo
31
31
| gelf\_short\_message\_key | Specify the key to use as the `short` message in _gelf_ format ||
32
32
| gelf\_full\_message\_key | Specify the key to use for the `full` message in _gelf_ format ||
33
33
| gelf\_level\_key | Specify the key to use for the `level` in _gelf_ format ||
34
+
| 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. ||
35
+
| 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. ||
34
36
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 |
0 commit comments