Dashboards & Visualizations

Dashboard - How to create panel based on results on other panels.

kukasky
Loves-to-Learn

Hi.

I have a dashboard with 80 panels. Panels are numeric value( type:Single Value).

I would like to bulid one panel which count panels which are not 0. 

In below example i would like build one panel which will show 1 because one panel is over then 0 and it's red.

Dashboard.jpg

Labels (2)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Panels display the results of searches. To do what you want, you need to construct a search that returns the results that you want. You could have each panel based on its own base search, then you could have another search which combines the results of all the base searches to give you the result you want.

For example, you could save the search id (sid) from each base search with a token assignment in a <done> section of the search, then use loadjob multiple times (an append sections) of your combining search, to load the results of all the base searches you are interested in, and then process these to get the answer you require.

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 ...