Hi All, would anyone know if it's possible to send PagerDuty incident data to Elastic ..?
I know there is a logstash plugin allowing us to monitor Elastic using PD, but I am interested in collating PD data into Elastic.
You could probably use the http_poller input to poll the Incidents API. Or, if you need to set the since parameter for the API, use an exec input with a schedule to run /bin/true, and then use an http filter to call the API periodically.
1 Like
Thanks @Badger for that. I will have a browse of the http_poller documentation to see if I can do anything with it.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.