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
- Host: GitHub
- URL: https://github.com/soylent/fluent-plugin-http
- Owner: soylent
- License: other
- Created: 2016-11-04T23:36:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T03:36:06.000Z (over 4 years ago)
- Last Synced: 2024-04-24T18:42:20.339Z (about 2 years ago)
- Topics: fluentd, fluentd-plugin, td-agent
- Language: Ruby
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluentd `out_http` plugin
Buffered output plugin for sending event records to an HTTP endpoint.
[](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!