https://github.com/olafnorge/fluent-plugin-rollbar
Fluentd Plugin to forward rollbar payloads to https://rollbar.com/
https://github.com/olafnorge/fluent-plugin-rollbar
docker-container fluentd rollbar rollbar-api
Last synced: 9 months ago
JSON representation
Fluentd Plugin to forward rollbar payloads to https://rollbar.com/
- Host: GitHub
- URL: https://github.com/olafnorge/fluent-plugin-rollbar
- Owner: olafnorge
- License: mit
- Archived: true
- Created: 2017-02-13T07:38:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T17:00:56.000Z (over 9 years ago)
- Last Synced: 2025-08-28T07:50:33.666Z (10 months ago)
- Topics: docker-container, fluentd, rollbar, rollbar-api
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-rollbar
Fluentd Plugin to forward rollbar payloads to https://rollbar.com/
## Configuration
Adding the following source block will enable the datadog out plugin for FluentD
@type rollbar
access_token
## Options
| Key | Default | Required |
|:-------------- |:---------------: |:---------:|
| `access_token` | --- | yes |
| `endpoint` | `https://api.rollbar.com/api/1/item/` | yes |