plugins/inputs/webhooks/papertrail/README.md
Enables Telegraf to act as a Papertrail Webhook.
Events from Papertrail come in two forms:
The event-based callback:
received_atcount), which is set to 1 (signifying
the event occurred)host tagevent tagsearch_id fieldurl fieldidsource_ipsource_namesource_idprogramseverityfacilitymessageWhen a callback is received, an event-based point will look similar to:
papertrail,host=myserver.example.com,event=saved_search_name count=1i,source_name="abc",program="CROND",severity="Info",source_id=2i,message="message body",source_ip="208.75.57.121",id=7711561783320576i,facility="Cron",url="https://papertrailapp.com/searches/42?centered_on_id=7711561783320576",search_id=42i 1453248892000000000
count), which is set to the value of each
"timeseries" objecthost tagevent tagWhen a callback is received, a count-based point will look similar to:
papertrail,host=myserver.example.com,event=saved_search_name count=3i 1453248892000000000