fluent-plugin-out-http icon indicating copy to clipboard operation
fluent-plugin-out-http copied to clipboard

A generic fluentd output plugin for sending logs to an HTTP endpoint.

Results 4 fluent-plugin-out-http issues
Sort by recently updated
recently updated
newest added

#### Problem I'm unable to catch that out_http plugin was not able to send message. We are receiving error. failed to POST https://xx.xx.xx.xx/ (422 Unprocessable Entity {"message":"The given data was...

I have a FluentD docker image running your plugin and I have a docker image that runs a Wildfly microservice listening on port 8081. I'm trying to forward from the...

#### Problem I use `compress gzip` buffer (built-in, no plugin) and `compress_request true` with this http output plugin. Fluentd attempts to gunzip the buffer from disk, which is then recompressed...

#### Authentication bearer token is getting printed as such without mask. it will be great if get masked like password (secret) ... #### Steps to replicate Use http output plugin...