Dashboards & Visualizations

navigation menus

athorat
Communicator

Is there a way I can two sub menus for one menu

Say for example :
Business Dashboards>
+Data Acuqisition
+API

Here is what i tried and shows only one sub menu

<collection label="Business Dashboards">
<collection label="Data Acuqisition">
<view name="DASHBOARD"/>
</collection>

<collection label="API">

</collection>
</collection>

Tags (2)
0 Karma

somesoni2
Revered Legend

Try something like this

<nav search_view="search" color="#65A637">
  <view name="search" default="true" />
  <view name="pivot" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
  <collection label="Business Dashboards">
     <collection label="Data Acuqisition">
       <view name="search" />
  </collection>
     <collection label="APIs">
       <view name="search" />
  </collection>
  </collection>
</nav>
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...