Reporting

running a Saved Search from the Command Line Interface (CLI)

seanlon11
Path Finder

How do I run a Saved Search from the CLI whose name has spaces in it?

When I run a Saved Search whose name does NOT have spaces it works fine:

  • ./splunk search "| savedsearch wpsqa01_login_scconlo"

When I try to run the following Saved Search WITH spaces, I receive an error:

  • ./splunk search "| savedsearch Application Login Attempts"
  • Error in 'savedsearch' command: Unable to find saved search named 'Application'.

I have tried multiple combinations of single and double quotes, but so far I cannot get it to work.

Any suggestions on how to get my Saved Search that has spaces in its name to work from the CLI?

Thanks, Sean

Tags (2)
1 Solution

bwooden
Splunk Employee
Splunk Employee

A double quoted search name within a single quoted search command worked for me...

$SPLUNK_HOME/bin/splunk search '|savedsearch "Splunk errors last 24 hours"'

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

You should open up a new topic on quoting CLI commands in Windows. But basically, because the Windows CMD shell has strange rules. You should quote the search string with double quotes ", but if you have to use double quotes within the search string to quote the name of a saved search, you probably need to quote those in turn by using double double-quotes "" in place of the single ones.

jambajuice
Communicator

I am trying to run a saved search from the command-line in Windows. When I run the search with a "|" character before "savedsearch", Windows says that it doesn't recognize 'savedsearch' as an internal or external command.

How can I run a saved search from the command-line in Windows?

chris
Motivator

If your saved search is in your own custom app you can run it as follows:

$SPLUNK_HOME/bin/splunk search '| savedsearch "My saved search"' -app myAppName

bwooden
Splunk Employee
Splunk Employee

A double quoted search name within a single quoted search command worked for me...

$SPLUNK_HOME/bin/splunk search '|savedsearch "Splunk errors last 24 hours"'

seanlon11
Path Finder

Worked like a charm. Thought I had tried that combination, but apparently I was mistaken.

Thanks.

vishaltaneja070
Motivator

@bwooden Not working in Windows CLI.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

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 ...