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!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...