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!

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

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

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...