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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...