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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...