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
SplunkTrust
SplunkTrust

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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...