Alerting

passing host argument on splunk alert script

raindrop18
Communicator

I have setup a search string and I I am trying to setup a script to restart the service when that error occur.

Ex - index="WEB" AND (Fatal OR severe)

when the search return result I want to run the script.

EX - ssh host service tomcat restart

The problem, I have multiple servers.

Ex-

 hostA

 hostB

 hostC

I want the script restart tomcat only on the server has issue like (hostB)reported on splunk alert not the rest of them.how I can pass my arguments on Splunk setup?

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Make sure the host is contained in a search result field, that you have one row per host that needs to be restarted, and that the alert triggers whenever there is one or more results. Then, your alert script can grab the eighth field containing a path to the raw search results and pluck the host(s) from there.

As an alternative, the Red Alert app can pass fields from the search result to a command without having to write that yourself: http://apps.splunk.com/app/1730/
I'm not quite sure if that's production ready yet though.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Make sure the host is contained in a search result field, that you have one row per host that needs to be restarted, and that the alert triggers whenever there is one or more results. Then, your alert script can grab the eighth field containing a path to the raw search results and pluck the host(s) from there.

As an alternative, the Red Alert app can pass fields from the search result to a command without having to write that yourself: http://apps.splunk.com/app/1730/
I'm not quite sure if that's production ready yet though.

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...