Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 606 Bytes

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