Skip to content

Fluentd Plugin to forward rollbar payloads to https://rollbar.com/

Notifications You must be signed in to change notification settings

adamjerickson/fluent-plugin-rollbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

<match rollbar.***>
    @type rollbar
    access_token <your-access-token-from-rollbar.com>
</match>

Options

Key Default Required
access_token --- yes
endpoint https://api.rollbar.com/api/1/item/ yes

About

Fluentd Plugin to forward rollbar payloads to https://rollbar.com/

Resources

Stars

Watchers

Forks