Splunk Search

passing host field in custom script in alert.

praneshjan
Explorer

I am trying to run a custom shell script with the hostname returned in my results. How to get the hostname field passed on to the custom script.
I tried "1.sh $result.host$" which is not working.

0 Karma

cpetterborg
SplunkTrust
SplunkTrust

Is this custom script for running from an alert?

Are you just trying to run a script or have you created a custom alert action app and you are trying to create the script? The former is being deprecated and the later is the preferred way.

If you want to send a value to the script, you will have to send it in with the results ( ... | eval hostname=thishost ) as there are no parameters that you can send on the "command line".

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...