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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...