Dashboards & Visualizations

How to increase dashboard performance faster?

Roy_9
Motivator

Hello,

we have built a dashboard on our stack from the data which we are receiving from another stack using the federated search feature, however there is a performance issue in loading this dashboard.

We are seeing the below error very frequently on the dashboard.

Socket error during transaction ReadWrite error.

Is there a way to improve this dashboard performance?

 

Thanks

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

Roy_9
Motivator

The below solution worked for us.

  • Created a scheduled search that retrieves tge data and writes the data to a lookup
  • Second scheduled search references the lookup and writes the results to summary index using collect statement

View solution in original post

0 Karma

Roy_9
Motivator

The below solution worked for us.

  • Created a scheduled search that retrieves tge data and writes the data to a lookup
  • Second scheduled search references the lookup and writes the results to summary index using collect statement
0 Karma

codebuilder
Influencer

There are many ways to improve dashboard performance and countless discussions on that topic. But generally the first steps would be to replace any real-time index queries with results from saved/scheduled searches, eliminate as many fields and/or regex parsing as possible, and restrict the date/time range of your searches.

Accelerated datamodels are an excellent choice also, but a bit more advanced. It just depends on your  use case and ability.

In all cases though, just remember that the search heads do all the work when it comes to parsing and presenting search results to the user. So eliminating workload there translates into better performance and user experience.

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...