/fluent-plugin-http

Fluentd output plugin that sends event records via HTTP

Primary LanguageRubyOtherNOASSERTION

Fluentd out_http plugin

The out_http buffered output plugin that sends event records via HTTP.

Build Status

Configuration

<match foo.bar>
  @type http

  # Post event records to this URL
  url https://example.org/

  # Acceptable response status codes, default 200
  accept_status_code 200,204,303

  # Keep the connection open for 60 seconds by default
  keep_alive_timeout 60

  # Enable token auth
  # authorization_token secret

  # Or enable basic auth
  # username user
  # password secret
</match>

Contributing

Bug reports and pull requests are very welcome!