Dashboards & Visualizations

Dashboard with multiple searches and multiple users opening dashboard

jordanking1992
Path Finder

Hello,
If a user creates a dashboard with 10 searches and has 10 members of his team open up this dashboard, does this execute 100 searches (10 per each user of the dashboard refresh)? If so, how to we manage this in a scenario where this dashboard is needed often? We are thinking this behavior is responsible for high cpu as there are so many searches being executed each time the dashboard is opened.

Thoughts?

0 Karma
1 Solution

woodcock
Esteemed Legend

Yes, 100 searches. There are several ways to improve this, most of which can be used together.
First, think about using a base search and post-process searches to drive the panels.
Next, think about using the trellis feature to create many multiple panel views from a single search.
Last, consider using a scheduled search to create the data every few minutes or every hour and then | savedsearch to load the data in from the already-run search artifacts.

View solution in original post

woodcock
Esteemed Legend

Yes, 100 searches. There are several ways to improve this, most of which can be used together.
First, think about using a base search and post-process searches to drive the panels.
Next, think about using the trellis feature to create many multiple panel views from a single search.
Last, consider using a scheduled search to create the data every few minutes or every hour and then | savedsearch to load the data in from the already-run search artifacts.

kamlesh_vaghela
SplunkTrust
SplunkTrust

@jordanking1992

I think the below link will help you to understand concurrent users and searches impact performance.

https://docs.splunk.com/Documentation/Splunk/7.3.2/Capacity/Accommodatemanysimultaneoussearches

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: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

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

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