Dashboards & Visualizations

Dashboard Best Practices & Performance

subtrakt
Contributor

Hello,
I have a dashboard that displays around 30 saved searches. I have it set to load all the saved searches when the dashboard is loaded and refresh every 600 seconds - performance is fair.

To increase performance, I'm debating on scheduling the saved searches but don't want to create too much overhead when the dashboard is not in use. Would using dashboard inline searches be a better option?

Thanks!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Inline or saved searches don't affect their performance, that's just where the search string is stored.

Some common ways to improve performance of a many-searches dashboard:

  • Look for commonality between searches. When found, combine several searches into one and use post-processing to drive several panels off one search.
  • Look for searches eligible for report acceleration
  • Look for long-running searches left over after these steps and schedule those searches

Above all that there's general search performance optimization, such as reducing the number of events scanned to achieve the search goal or replacing costly operations with cheaper ones or avoiding inefficient wildcard matches.

martin_mueller
SplunkTrust
SplunkTrust
0 Karma

a212830
Champion

Is there doc on how to handle post-processing?

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 ...