Dashboards & Visualizations

How to create dashboard which shows all dashboard's panels provides data or not?

varshini_97
Path Finder

I want to create a dashboard which should have a table where each row is a dashboard and columns are panels of the dashboard. And the value should be either "Found Results" (if the panel of the specific dashboard has results) or "No Results" ( if the panel returns no results).

Thanks in Advance

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

I'm not sure you can do that. Unlike scheduled searches, there is no log showing which dashboard panels had results. The access logs will show which dashboards were accessed, but not their content (other than a byte count).

You can use REST to get a list of dashboards, but then you'd have to parse the data to get a list of panels, extract the query from each panel, and run the searches to get results. That doesn't account for any required inputs.

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

varshini_97
Path Finder

Thank you for the answer.

I have used the scheduled search and summary index to load the panels.

0 Karma
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...