Editing navigation

Navigation is controlled by an XML file that can be accessed by going to Settings | User interface | Navigation menus:

Editing navigation

There can only be one active navigation file per app, and it is always called default.

After clicking on the name, we see the XML provided by the barebones template:

<nav search_view="search" color="#65A637">
 <view name="search" default='true' />
 <view name="data_models" />
 <view name="reports" />
 <view name="alerts" />
 <view name="dashboards" />
</nav>

Note that if you check the navigation for another app (search) you will notice the same XML.

The structure of the XML is essentially the following:

nav view saved collection ...

Get Implementing Splunk - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.