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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...