An open API service indexing awesome lists of open source software.

https://github.com/soylent/fluent-plugin-http

Fluentd output plugin to send logs to an HTTP endpoint
https://github.com/soylent/fluent-plugin-http

fluentd fluentd-plugin td-agent

Last synced: about 1 year ago
JSON representation

Fluentd output plugin to send logs to an HTTP endpoint

Awesome Lists containing this project

README

          

# Fluentd `out_http` plugin

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

[![Build Status](https://travis-ci.org/soylent/fluent-plugin-http.svg?branch=master)](https://travis-ci.org/soylent/fluent-plugin-http)

## Configuration


@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

## Contributing

Bug reports and pull requests are very welcome!