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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...