Reporting

Navigation Menu: Why are saved searches are not opening in the customized view?

dorilevy
Path Finder

Hey,

According to the splunk documentation for navigation (http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/BuildNavigation#Build_the_navigation_X... ) the default.xml file supports "view" attribute for "saved" tag. This should make the saved search open in a different view. I tried using it, but I can't seem to make it work (check the new view):

<nav>
    <a href="search">Home</a>
  <collection label="General">
        <collection label="Reports">
                <saved source="unclassified" match="General" view="newview" />
                <view source="unclassified" match="General"/>
        </collection>
  </collection>
</nav>

Am i missing something?

Dori

0 Karma

NOUMSSI
Builder

Hi Dori,

Here is the mistake that you make:

The first option taht i propose to you is: If you want to use the option match in the tags saved and/or view, his value most be equal to one name of your saved searches that exists.

The second option is very easy: Just remove this match="General" in those tags.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...