Dashboards & Visualizations

Is there a better way to do a dashboard using same database input for multiple panels?

dirtebird
Explorer

I'm creating a new dashboard using an existing database input.  This dashboard will have multiple (7+) panels searching the same database input, with the same filtering criteria, but different grouping and aggregating.  I was wondering if there is a better way to do this?  Does this cause 7+ separate reads to the same DBInput when it could be accomplished in one?  Thanks!

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

By default, each search in a dashboard runs independently.  That means 7 panels using the dbxquery command will generate 7 reads against the database.

The way to avoid that is with what's called "post-processing".  In post-processing, a base search makes the query against the database (or index) and later queries further process the results (grouping and aggregating).

See https://docs.splunk.com/Documentation/Splunk/9.0.0/Viz/Savedsearches#Post-process_searches_2 for details.

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

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

By default, each search in a dashboard runs independently.  That means 7 panels using the dbxquery command will generate 7 reads against the database.

The way to avoid that is with what's called "post-processing".  In post-processing, a base search makes the query against the database (or index) and later queries further process the results (grouping and aggregating).

See https://docs.splunk.com/Documentation/Splunk/9.0.0/Viz/Savedsearches#Post-process_searches_2 for details.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Customers Increasingly Choose Splunk for Observability

For the second year in a row, Splunk was recognized as a Leader in the 2024 Gartner® Magic Quadrant™ for ...