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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...