Dashboards & Visualizations

Splunk Dashboard using panels - Performance issue during loading

ganeshkumarmoha
Explorer

Hi Team,
I am developing Splunk dashboard to provide the weekly restart status of all enterprise application servers. Since this dashboard is intended to show the restart status for last 7 days of huge server count, totally 18 panels have been developed and using <condition match="****> option, I am hiding/un-hiding these panels for last 7 years.

During validation, there's a delay in loading the panels due to performance factor and I am not sure, whether design approach followed is correct or not. Kindly advise how to effective improve the response time while loading the panels.

Labels (1)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Eighteen panels is a lot for a dashboard.  A good rule of thumb is keep the dashboard size to a single screen.

Even though the panels are hidden the searches still run.  Prevent them from running by putting a token in the query.  The search won't run until the token is defined.

Seven years is a lot to search.  Is it really necessary to go through that much data?  The single best way to improve the performance of a search is to limit the search window.  If that much data is needed then consider creating a summary index for it to help improve performance.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

Eighteen panels is a lot for a dashboard.  A good rule of thumb is keep the dashboard size to a single screen.

Even though the panels are hidden the searches still run.  Prevent them from running by putting a token in the query.  The search won't run until the token is defined.

Seven years is a lot to search.  Is it really necessary to go through that much data?  The single best way to improve the performance of a search is to limit the search window.  If that much data is needed then consider creating a summary index for it to help improve performance.

---
If this reply helps you, Karma would be appreciated.

ganeshkumarmoha
Explorer

Thanks rickgalloway for quick response.

Sorry, its typo error --> I need to display for last 7 days ONLY (BUT, NOT for 7 years)

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...