Skip to content

Commit 21d69a3

Browse files
Adding new http_bearer_token_file option to http
Signed-off-by: Fernando Alexandre <fernandoalexandre@users.noreply.github.com>
1 parent 4a310fb commit 21d69a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pipeline/outputs/http.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The _HTTP_ output plugin lets you flush your records into an HTTP endpoint. It i
3131
| `http_method` | Specify `POST` versus `PUT` HTTP method. | `POST` |
3232
| `http_passwd` | Basic Auth password. Requires `http_user` to be set. | _none_ |
3333
| `http_user` | Basic Auth username. | _none_ |
34+
| `http_bearer_token_file` | Bearer authorization token file. Incompatible with basic auth and oauth2. | _none_ |
3435
| `json_date_format` | Specify the format of the date. Supported formats: `double`, `epoch`, `epoch_ms`, `iso8601`, `java_sql_timestamp`. | _none_ |
3536
| `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` |
3637
| `log_response_payload` | Specify if the response payload should be logged or not. | `true` |

0 commit comments

Comments
 (0)