Splunk Search

How to find out the list of dashboards triggering more than 5 searches

orca
Explorer

I would like to find out dashboards which are not optimized and each panel is triggering the independent search and consuming all resources. 

Is there a splunk search to identify the dashboard so that I can educate the users to use post process searches and optimize the dashboard and resource consumptions.

 

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

See if this helps.

index=_audit savedsearch_name=search* 
| rex field=savedsearch_name "search(?<Count>\d+)" 
| where Count > 5 
| rex field=provenance "Dashboard:(?<dashboard>.*)" 
| stats max(Count) by dashboard
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...