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!
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.
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.
Great! I found my dashboard! Thanks woodcock 🙂
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
Thank you niketnilay