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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...