Alerting

Suggestion on sending search output to external server based on alert condition

phagunbaya
Explorer

I have created an alert which triggers a script based on a condition defined in alert. After the script triggers, it should pull the data based on the search and sends the data to an external server by calling it's POST API.

I'm having trouble getting data based on the search alert because the Splunk search API needs to be authenticated to get the data.

Is there any different approach to deal with this? My goal is to create an alert programmatically and upon trigger I need to send the data to external server.

0 Karma
1 Solution

woodcock
Esteemed Legend

There should be a file that is created (gzipped, I believe) with your search results that you should be able to access directly that contains the results right there. It is in the 8th argument ($ARGV[7]) and there for the taking, with no need to authenticate.

http://docs.splunk.com/Documentation/Splunk/6.2.3/Alert/Configuringscriptedalerts#Access_arguments_t...

View solution in original post

0 Karma

woodcock
Esteemed Legend

There should be a file that is created (gzipped, I believe) with your search results that you should be able to access directly that contains the results right there. It is in the 8th argument ($ARGV[7]) and there for the taking, with no need to authenticate.

http://docs.splunk.com/Documentation/Splunk/6.2.3/Alert/Configuringscriptedalerts#Access_arguments_t...

0 Karma
Get Updates on the Splunk Community!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...