plugins/inputs/webhooks/rollbar/README.md
You should configure your Rollbar's Webhooks to point at the webhooks service.
To do this go to rollbar.com and click
Settings > Notifications > Webhook. In the resulting page set URL to
http://<my_ip>:1619/rollbar, and click on Enable Webhook Integration.
The titles of the following sections are links to the full payloads and details for each event. The body contains what information from the event is persisted. The format is as follows:
# TAGS
* 'tagKey' = `tagValue` type
# FIELDS
* 'fieldKey' = `fieldValue` type
The tag values and field values show the place on the incoming JSON object where the data is sourced from.
See webhook doc
new_item eventTags:
event.event_name stringevent.data.item.environment stringevent.data.item.project_id intevent.data.item.last_occurrence.language stringevent.data.item.last_occurrence.level stringFields:
event.data.item.id intoccurrence eventTags:
event.event_name stringevent.data.item.environment stringevent.data.item.project_id intevent.data.occurrence.language stringevent.data.occurrence.level stringFields:
event.data.item.id intdeploy eventTags:
event.event_name stringevent.data.deploy.environment stringevent.data.deploy.project_id intFields:
event.data.item.id int