In my Splunk App I would like to add my dashboard (example_dashboard) made in dashboard studio.
I'm having trouble understanding what the default and view xml should be for a Dashboard Studio dashboard
I've tried to reference the following documentation: https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/#Add-dashboard-links
Should I be adding a json file in the views instead? Or can I reference the dashboard location using xml?
Any help is greatly appreciated.
data/ui/nav/Default.xml
<nav search_view="search" color="#38b8bf">
<view name="inputs" default="true" />
<view name="configuration"/>
<view name="search" label="Search"/>
<view name="example_dashboard" label="Dashboard"/>
</nav>
ui/views/example_dashboard.xml
<view name="dashboard_token" />
I solved my issue by going into /Applications/Splunk/etc/apps/search/local/data/ui/views and finding the dashboard I wanted to add.
The dashboard was an xml file, so I copied the contents and pasted into ui/views/example_dashboard.xml