Dashboards & Visualizations

Help on navigation sub-menus

jip31
Motivator

Hi,
In my nav menu, I use two links towards two dashboard:

<nav search_view="SA_Test_sh" color="#FF0000">
<view name="diskhealth" default='true'  />
<view name="battery" />
</nav>

In diskhealth link, I would like to have two sub menus.
I tried but I did not succeed.
Thanks for your help.

0 Karma
1 Solution

ALXWBR
Path Finder

YOURAPP > Settings > User Interface > Navigation menus > then find the default menu for your app

<nav search_view="search" color="#1D1D1B"> 
  <a href="link_1">Link 1</a>
  <collection label="Sub Links">
        <a href="sub_link_1">Sub Link 1</a>
        <a href="sub_link_2">Sub Link 2</a>
  </collection>
    <view name="search" default='true' />
    <view name="reports" />
    <view name="alerts" />
    <view name="dashboards" />
</nav>

View solution in original post

ALXWBR
Path Finder

YOURAPP > Settings > User Interface > Navigation menus > then find the default menu for your app

<nav search_view="search" color="#1D1D1B"> 
  <a href="link_1">Link 1</a>
  <collection label="Sub Links">
        <a href="sub_link_1">Sub Link 1</a>
        <a href="sub_link_2">Sub Link 2</a>
  </collection>
    <view name="search" default='true' />
    <view name="reports" />
    <view name="alerts" />
    <view name="dashboards" />
</nav>

arnaudhebert
Engager

Nested collection works great as well

<nav search_view="search" color="#1D1D1B"> 
  <a href="link_1">Link 1</a>
  <collection label="Sub Links">
        <a href="sub_link_1">Sub Link 1</a>
        <a href="sub_link_2">Sub Link 2</a>
        <collection label="Sub sub Links">
              <a href="sub_link_1">Sub sub Link 1</a>
              <a href="sub_link_2">Sub sub Link 2</a>
        </collection>
  </collection>
    <view name="search" default='true' />
    <view name="reports" />
    <view name="alerts" />
    <view name="dashboards" />
</nav>
0 Karma

jip31
Motivator

When I am doing, it works

  <collection label="Sub Links">
         <a href="sub_link_1">Sub Link 1</a>
         <a href="sub_link_2">Sub Link 2</a>
   </collection>

But instead an href link, I need a view name
So I am doing this but it doesn't works!

   <collection label="Sub Links">
         <view name="critical"</>
   </collection>
0 Karma

jip31
Motivator

Oh sorry It works now! thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please post your current nav menu XML.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...