<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multi-Level nav menu won't open in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25575#M991</link>
    <description>&lt;P&gt;This is unfortunate, as it half-appears to work without giving an error. But thanks for testing it out for us!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2010 00:32:43 GMT</pubDate>
    <dc:creator>Jason</dc:creator>
    <dc:date>2010-08-25T00:32:43Z</dc:date>
    <item>
      <title>Multi-Level nav menu won't open</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25572#M988</link>
      <description>&lt;P&gt;So, to test multi-level saved searches nav for a client, I built a splunk app with a lot of test saved searches in it. They're named Test Search 1 through Test Search 35.&lt;/P&gt;

&lt;P&gt;I built this, which when put down at the bottom of the default nav xml puts all the Test Searches into their own folder.&lt;/P&gt;

&lt;P&gt;It also tries to segregate out all the Test Search 1* searches and put them in their own subfolder. Which it does (they don't appear in the Test Searches menu anymore) but.. the With a 1 menu won't open. In any of my three browsers.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;collection label="Test Searches"&amp;gt;
    &amp;lt;collection label="With a 1"&amp;gt;
      &amp;lt;saved source="unclassified" match="Test Search 1" /&amp;gt;
    &amp;lt;/collection&amp;gt;
  &amp;lt;saved source="unclassified" match="Test Search" /&amp;gt;
&amp;lt;/collection&amp;gt;
&amp;lt;saved source="unclassified" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Why won't the With a 1 open? It shows up, and gets searches, but won't open whether or not I just mouse over it, or click on it.&lt;/P&gt;

&lt;P&gt;Splunk 4.1.3, Firefox 3.5.6/Opera 10.10/IE 8.0&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:57:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25572#M988</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-08-05T04:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level nav menu won't open</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25573#M989</link>
      <description>&lt;P&gt;Filed support request.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2010 23:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25573#M989</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-08-10T23:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level nav menu won't open</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25574#M990</link>
      <description>&lt;P&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt; The maximum nav menu nesting depth of 2 has been lifted as of Splunk 4.3.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;The instructions below only apply to versions of Splunk anterior to 4.3.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;/P&gt;&lt;P&gt;Currently, Splunk only provides 2 levels of nesting in the nav menu. This is why collections defined beyond a depth level of 2 will not display properly. This has been filed as a bug (SPL-29475) and in all likelihood deeper levels of nesting will be supported in a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;In the meantime, the work-around is to define collections that require 2 levels of depth from the top-level.&lt;/P&gt;

&lt;P&gt;Here is a $SPLUNK_HOME/etc/apps/search/default/data/ui/nav/default.xml that defines a new "Saved Searches Test" top level nav bar item for saved searches matching "Test Search", with sub-groups for "Test Search 1", "Test Search 2" and "Test Search 3".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav&amp;gt;
  &amp;lt;view name="dashboard" default='true' /&amp;gt;
  &amp;lt;view name="flashtimeline" /&amp;gt;
  &amp;lt;collection label="Status"&amp;gt;
    &amp;lt;collection label="Search activity"&amp;gt;
      &amp;lt;view name="search_status" /&amp;gt;
      &amp;lt;view name="search_detail_activity" /&amp;gt;
      &amp;lt;view name="search_user_activity" /&amp;gt;
      &amp;lt;view name="search_ui_activity" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Index activity"&amp;gt;
      &amp;lt;view name="index_status" /&amp;gt;
      &amp;lt;view name="index_status_health" /&amp;gt;
      &amp;lt;view name="indexing_volume" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Server activity"&amp;gt;
      &amp;lt;view name="splunkd_status" /&amp;gt;
      &amp;lt;view name="splunkweb_status" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;view name="inputs_status" /&amp;gt;
    &amp;lt;collection label="Scheduler activity"&amp;gt;
      &amp;lt;view name="scheduler_status" /&amp;gt;
      &amp;lt;view name="scheduler_user_app" /&amp;gt;
      &amp;lt;view name="scheduler_savedsearch" /&amp;gt;
      &amp;lt;view name="scheduler_status_errors" /&amp;gt;
      &amp;lt;view name="pdf_activity" /&amp;gt;
    &amp;lt;/collection&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Views"&amp;gt;
    &amp;lt;view name="charting" /&amp;gt;
    &amp;lt;divider /&amp;gt;
    &amp;lt;view source="unclassified" /&amp;gt;
    &amp;lt;divider /&amp;gt;
    &amp;lt;a href="https://answers.splunk.commanager/search/data/ui/views"&amp;gt;Manage Views&amp;lt;/a&amp;gt;        
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Saved Searches Test"&amp;gt;
   &amp;lt;collection label="With a 1"&amp;gt;
    &amp;lt;saved source="unclassified" match="Test Search 1" /&amp;gt;
   &amp;lt;/collection&amp;gt;
   &amp;lt;collection label="With a 2"&amp;gt;
    &amp;lt;saved source="unclassified" match="Test Search 2" /&amp;gt;
   &amp;lt;/collection&amp;gt;
   &amp;lt;collection label="With a 3"&amp;gt;
    &amp;lt;saved source="unclassified" match="Test Search 3" /&amp;gt;
   &amp;lt;/collection&amp;gt;
   &amp;lt;saved source="unclassified" match="Test Search" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Searches &amp;amp;amp; Reports"&amp;gt;
    &amp;lt;collection label="Errors"&amp;gt;
      &amp;lt;saved source="unclassified" match="error" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Admin"&amp;gt;
      &amp;lt;saved source="unclassified" match="Admin" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Inputs"&amp;gt;
      &amp;lt;saved source="unclassified" match="Inputs" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;saved source="unclassified" /&amp;gt;
    &amp;lt;divider /&amp;gt;
    &amp;lt;a href="https://answers.splunk.commanager/search/saved/searches"&amp;gt;Manage Searches &amp;amp;amp; Reports&amp;lt;/a&amp;gt;        
  &amp;lt;/collection&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Aug 2010 08:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25574#M990</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-08-17T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level nav menu won't open</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25575#M991</link>
      <description>&lt;P&gt;This is unfortunate, as it half-appears to work without giving an error. But thanks for testing it out for us!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 00:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25575#M991</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-08-25T00:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level nav menu won't open</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25576#M992</link>
      <description>&lt;P&gt;I tried this out and although I was able to create a menu two levels deep, none of my menu items were displayed...&lt;/P&gt;

&lt;P&gt;eg: &lt;BR /&gt;&lt;BR /&gt;
LEVEL 1 Menu &lt;BR /&gt;
    LEVEL 2 Menu&lt;BR /&gt;
          Menu item (This item is not displayed)&lt;/P&gt;  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2011 21:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multi-Level-nav-menu-won-t-open/m-p/25576#M992</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2011-10-17T21:59:27Z</dc:date>
    </item>
  </channel>
</rss>

