fluent-plugin-out-http, a plugin for Fluentd

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

Build Status

Configs

<match *>
  type http
  endpoint_url    http://localhost.local/api/
  http_method     put
  serializer      json
  rate_limit_msec 100
  authentication  basic
  username        alice
  password        bobpop
</match>

Heavily based on fluent-plugin-growthforecast