Getting Data In

Is there a way to run search inspector from command line?

woodcock
Esteemed Legend

I am finding that some scripts I use to automate searches are experiencing data fallout due to timeouts AND not reporting this fact (no errors messages nor error codes). So I would like to add the following capability to the script: Capture the job ID for my search in Splunk (I am sure I can figure out how to do this). Once the search completes, launch the job inspector on my search to check if I have any timeouts or other errors before I report my results.

Can this be done?

1 Solution

steveyz
Splunk Employee
Splunk Employee
./splunk show jobs <id>

Also, when you spawn your search job, you could specify the search id to use via the -id option. However, you will have to make sure there are no name collisions.

In addition, if you spawn your job with -detach 1, the CLI will output the search id of the job (but not emit the results, just like if you start a background process in the shell).

View solution in original post

steveyz
Splunk Employee
Splunk Employee
./splunk show jobs <id>

Also, when you spawn your search job, you could specify the search id to use via the -id option. However, you will have to make sure there are no name collisions.

In addition, if you spawn your job with -detach 1, the CLI will output the search id of the job (but not emit the results, just like if you start a background process in the shell).

Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...