Splunk Enterprise

How to check particular saved search used in dashboards or alerts or reports?

Vani_26
Path Finder

Hi All,  

How can I search whether a particular saved search is being used in any dashboard or alerts or reports in Splunk.

Labels (1)
0 Karma

chaker
Contributor

You could set an alert around a search similar to this
index=_audit  sourcetype=audittrail (savedsearch_name="MySavedReport" OR savedsearch_name="YourSavedReport")

0 Karma

Vani_26
Path Finder

like if i want to see the paticular saved search is used in which dashbords i used below query i got the results:

|rest splunk_server="local"   "/servicesNS/-/-/data/ui/views"

|search "eai:data" ="My saved search name"

 

now i need the query for the same to see for  alerts or reports.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...