Splunk Search

Is it possible to search a word existing in all the searches of Splunk just like we do in other IDEs?

harry2007gsp
Path Finder

I have multiple searches in splunk which use the same lookup table.
Is it possible I can check among all the searches which search has that lookup table at once instead of going to the code of each search one by one?

0 Karma

elliotproebstel
Champion

You can run this on your search head:

| rest /servicesNS/-/-/saved/searches splunk_server=local 
| search search="* some_lookup_here *"
| table title search

harry2007gsp
Path Finder

Thank you @elliotproebstel

0 Karma

elliotproebstel
Champion

My pleasure! If it works for you, please accept the answer so other users can find the solution, too.

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