Dashboards & Visualizations

Populate 2 panels from one search Dashboard?

trever
Loves-to-Learn

I have a search that pulls back a list of values and tables them for the details, what I would like to do is use that same search (so I don't have to run it twice since the base data is the same) and instead distinct count it so that I can have a count of what has came back for quick reference.

I.e. If I'm expecting 15 values, but only 10 have came back, then I can proceed from there. Or if I'm expecting 15 and 15 have came back I can stop the search since everything I was looking for has came back even though the time frame may be too wide.

How could I accomplish this in a dashboard?

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

richgalloway
SplunkTrust
SplunkTrust

Yes, you can use one search in two (or more) dashboard panels. It's called "post-processing". First, you declare a base search, which collects events and (usually) transforms the data. Then each panel processes the results of the base search and displays it. See https://docs.splunk.com/Documentation/Splunk/8.0.3/Viz/Savedsearches#Post-process_searches_2 for more information.

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

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, you can use one search in two (or more) dashboard panels. It's called "post-processing". First, you declare a base search, which collects events and (usually) transforms the data. Then each panel processes the results of the base search and displays it. See https://docs.splunk.com/Documentation/Splunk/8.0.3/Viz/Savedsearches#Post-process_searches_2 for more information.

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

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...