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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...