Sha256: fed94edf622811b9d45884d73829d1339ce27293ed810ad31acec6eba6bbff7b

Contents?: true

Size: 522 Bytes

Versions: 2

Compression:

Stored size: 522 Bytes

Contents

# fluent-plugin-out-http

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

## 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][2]

  [1]: http://fluentd.org/
  [2]: https://github.com/tagomoris/fluent-plugin-growthforecast

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-out-http-0.1.1 README.md
fluent-plugin-out-http-0.1.0 README.md