Dashboards & Visualizations

Build submenus in reports menu

Cuyose
Builder

So the documentation either isn not correct, or I am just not getting it. I simply want to add submenues to the reports link.

given the following, if I wanted to add an Error and Performance submenu within the reports link, Or even a new dropdown link.

<nav search_view="search" color="#65A637">
  <view name="search" default='true' />
  <view name="data_models" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
</nav>
0 Karma

somesoni2
Revered Legend

Try this

<nav search_view="search" color="#65A637">
   <view name="search" default='true' />
   <view name="data_models" />
   <collection label="Reports">
    <view name="reports" />
    <saved source="unclassified">
   </collections>    
   <view name="alerts" />
   <view name="dashboards" />
 </nav>
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...