Dashboards & Visualizations

Hi! Where can I find the dashboard I created from DB Connect App?

auaave
Communicator

Hi! Where can I find the dashboard I created from DB Connect App?
I ran my saved report from DB Connect, made charts using pivot then saved it as Dashboard but later on cannot find where is it. Thanks!

Tags (1)
0 Karma
1 Solution

woodcock
Esteemed Legend

Go to Settings -> User Interface -> Views, set App context to All and Owner to Any and then search for something that you know is in your dashboard with the magnifying glass icon textbox.

View solution in original post

0 Karma

woodcock
Esteemed Legend

Go to Settings -> User Interface -> Views, set App context to All and Owner to Any and then search for something that you know is in your dashboard with the magnifying glass icon textbox.

0 Karma

auaave
Communicator

Great! I found my dashboard! Thanks woodcock 🙂

0 Karma

niketn
Legend

Depending on the App that you might have created the dashboard and Permission you might have assigned to your dashboard, it could be at one of so many possible locations. So it is better for you to use REST API to bring all views as a table in Splunk Search and then try to add specific filter on App, Author, Owner, data etc
Run the following in Splunk Search, provided you have access to execute REST command.

| rest /servicesNS/-/-/data/ui/views

Here is the details of all the field names returned by above REST API call to /data/ui/views endpoint: http://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTknowledge#data.2Fui.2Fviews

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

auaave
Communicator

Thank you niketnilay

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