Low commit activity in last 3 years
No release in over a year
Fluentd output plugin to send logs to an HTTP endpoint
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.2
~> 2.1
~> 0.57.0

Runtime

>= 0.12
~> 3.3
 Project Readme

Fluentd out_http plugin

Buffered output plugin for sending event records to an HTTP endpoint.

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 n seconds (default: 60)
  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!