Getting Data In

How to assign a Splunk status result to a variable in a script?

saifuddin9122
Path Finder

hello

I am working on a script for running Splunk.

I want to check status of Splunk and assign the result of the status to a variable for further use.
Can any one please help me with this?

0 Karma
1 Solution

somesoni2
Revered Legend

You can run following command and capture the output in a variable.
Shell script example

status=$($SPLUNK_HOME/bin/splunk status | grep not | wc -l )

If status=0, Splunk is up, down otherwise (1). Replace $SPLUNK_HOME with your installation path.

View solution in original post

somesoni2
Revered Legend

You can run following command and capture the output in a variable.
Shell script example

status=$($SPLUNK_HOME/bin/splunk status | grep not | wc -l )

If status=0, Splunk is up, down otherwise (1). Replace $SPLUNK_HOME with your installation path.

saifuddin9122
Path Finder

Thanks for your reply. it is working

0 Karma
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...