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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The plugin supports the following configuration parameters:
25
25
|`allow_duplicated_headers`| Specify if duplicated headers are allowed. If a duplicated header is found, the latest key/value set is preserved. |`true`|
26
26
|`log_response_payload`| Specify if the response payload should be logged or not. |`true`|
27
27
|`header_tag`| Specify an optional HTTP header field for the original message tag. |_none_|
28
+
|`http_method`| Specify POST vs PUT HTTP Method. |`POST`|
28
29
|`header`| Add a HTTP header key/value pair. Multiple headers can be set. |_none_|
29
30
|`json_date_key`| Specify the name of the time key in the output record. To disable the time key, set the value to `false`. |`date`|
30
31
|`json_date_format`| Specify the format of the date. Supported formats: `double`, `epoch`, `iso8601`, `java_sql_timestamp`. |`double`|
0 commit comments