Splunk Search

How to modify/add sub menu to the Search App - Search & Reports Menu?

jdagenais
Explorer

We are adding more search and report in the "Search & Reports" menu, and I would like to add sub menus such as:

Search Report Charts Queries etc...

Thanks, Jean

Tags (3)
1 Solution

southeringtonp
Motivator

You'll need to edit/override the navigation XML file.

Via the manager, go to User Interface -> Navigation Menus, and click on the "default" entry for the search app.

Or, make a copy of $SPLUNK_HOME/etc/apps/search/default/data/ui/nav/default.xml at $SPLUNK_HOME/etc/apps/search/local/data/ui/nav/default.xml, and edit your changes there.

The format should be reasonably self-evident.

View solution in original post

southeringtonp
Motivator

You'll need to edit/override the navigation XML file.

Via the manager, go to User Interface -> Navigation Menus, and click on the "default" entry for the search app.

Or, make a copy of $SPLUNK_HOME/etc/apps/search/default/data/ui/nav/default.xml at $SPLUNK_HOME/etc/apps/search/local/data/ui/nav/default.xml, and edit your changes there.

The format should be reasonably self-evident.

jdagenais
Explorer

Thanks! Quite Easy.

For example, I added these entries:

<collection label="Search">
  <saved source="unclassified" match="Search" />
</collection>
<collection label="Report">
  <saved source="unclassified" match="Report" />
</collection>
<collection label="Chart">
  <saved source="unclassified" match="Chart" />
</collection>
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...