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

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/

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 |