How it works...

In this recipe, you edited the navigation of the Operational Intelligence application to better organize the dashboards and reports. You also changed the color of the navigation bar from the default green to gray. Let's break down the code a bit to explain a few things.

XML fragment

Description

<nav    search_view="search"    color="#0E3677">

This is where the color of the navigation highlight was changed using the HEX color value for blue.

<!--   
  <view    name="data_models" />  <view name="reports"      />   
  <view name="alerts"   />   
-->   

These default views were commented out so that they do not display in the application. You can also simply delete the lines instead.

<collection    label="Sales">    <view  name="product_monitoring" ...

Get Splunk Operational Intelligence Cookbook - Third 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.