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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...