Skip to content

Commit 3055abd

Browse files
authored
Add http_method option to HTTP output configuration
Signed-off-by: Nicholas Nezis <[email protected]>
1 parent 10bfc63 commit 3055abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/http.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The plugin supports the following configuration parameters:
2525
| `allow_duplicated_headers` | Specify if duplicated headers are allowed. If a duplicated header is found, the latest key/value set is preserved. | `true` |
2626
| `log_response_payload` | Specify if the response payload should be logged or not. | `true` |
2727
| `header_tag` | Specify an optional HTTP header field for the original message tag. | _none_ |
28+
| `http_method` | Specify POST vs PUT HTTP Method. | `POST` |
2829
| `header` | Add a HTTP header key/value pair. Multiple headers can be set. | _none_ |
2930
| `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` |
3031
| `json_date_format` | Specify the format of the date. Supported formats: `double`, `epoch`, `iso8601`, `java_sql_timestamp`. | `double` |

0 commit comments

Comments
 (0)