Splunk Search

Help on nav menu- How to display a menu called "test" and when I click on it, it will display other dashboards?

jip31
Motivator

Hi

In my nav menu, i would like to  display a menu called "test" and when i click on i would to display other dashbords like below

The probkem i have is that i created "test" like a dashboard so when i click on it it open a dashboard and on the right i have an arrow with the link of other dashboard

so how to click on "test" without opening a dashboard?

thanks

<!-- Use the view element to create a dashboard link -->
<view name="dashboard1" />

<!-- Use the collection element to create a list of items -->
<collection label="Menu name">

<!-- Add items to the list -->
<view name="dashboard2" />
<view name="dashboard3" />

<!-- Add a nested list with items -->
<collection label="Submenu name">
<view name="dashboard4" />
<view name="dashboard5" />
</collection>

  • </collection>
Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @jip31 ,

let me understand, when you click ho the collection value instead opening the submenu, it also open a dashboard?

It's a very strange behaviour because your menu is similar to mine:

<nav>
   <!-- Use the view element to create a dashboard link -->
   <view name="dashboard1" />
   <!-- Use the collection element to create a list of items -->
   <collection label="Menu name">
      <!-- Add items to the list -->
      <view name="dashboard2" />
      <view name="dashboard3" />
      <!-- Add a nested list with items -->
      <collection label="Submenu name">
         <view name="dashboard4" />
         <view name="dashboard5" />
      </collection>
   </collection>
</nav>

Ciao.

Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jip31 ,

let me understand, when you click ho the collection value instead opening the submenu, it also open a dashboard?

It's a very strange behaviour because your menu is similar to mine:

<nav>
   <!-- Use the view element to create a dashboard link -->
   <view name="dashboard1" />
   <!-- Use the collection element to create a list of items -->
   <collection label="Menu name">
      <!-- Add items to the list -->
      <view name="dashboard2" />
      <view name="dashboard3" />
      <!-- Add a nested list with items -->
      <collection label="Submenu name">
         <view name="dashboard4" />
         <view name="dashboard5" />
      </collection>
   </collection>
</nav>

Ciao.

Giuseppe

0 Karma

jip31
Motivator

Sorry it was a misundestarstanding

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jip31 ,

good for you, see next time!

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated 😉

0 Karma
Get Updates on the Splunk Community!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...