0
votes

Is it possible to send notifications from Splunk to external application?

The user scenario is that Splunk is used and set up already so the business applications are monitored properly. We have an application (let's call it ACME) that needs to receive alerts from Splunk (e.g. if OutOfMemoryException occurs in the log file of the business application then an alert has to be sent to the ACME application).
My question is how Splunk can notify (send the alert to) the ACME application that the error occured? Can Splunk call a REST service? Or via JMX?

Thank for the help!
Regards,
V.

1

1 Answers

0
votes

Yes, it is possible. After creating the alert for the OutOfMemoryException, you can create a Webhook alert action that can POST to "ACME" REST API. Triggering scripts are also an option.