Dashboards & Visualizations

how to add the navigation menu in the dashboard ?

AL3Z
Builder

Hi,

Could anyone pls help me in adding the navigation menu to the dashboard like in the pic shown below eg. Event Search.

AL3Z_0-1706029141938.jpeg

 

Thanks in advance

 

Labels (3)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @AL3Z,

You should go to default.xml at "Settings > User Interface > Navigation" menu while in your app.

Use collection type for dropdown menus like below;

Please update dropdown_menu_name1 and  dashboard_name1 with your needs. You can add more menus as you wish.

<nav search_view="search" color="#1D1D1B"> 
    <view name="search" default='true' />
    <view name="reports" />
    <view name="alerts" />
    <view name="dashboards" />
    <collection label="dropdown_menu_name1">
         <view name="dashboard_name1"</>
   </collection>
   <collection label="dropdown_menu_name2">
         <view name="dashboard_name2"</>
   </collection>
</nav>

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...