<?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: How to create a menu item in the search app ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40818#M9441</link>
    <description>&lt;P&gt;I'm stupid, I have just seen that I have deleted, I don't know when, my 'WCrit0' saved searches ... So I have created a new one and it works fine.&lt;/P&gt;

&lt;P&gt;Sorry for your wasted time =/&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2011 15:30:24 GMT</pubDate>
    <dc:creator>ruffieuxlu</dc:creator>
    <dc:date>2011-02-09T15:30:24Z</dc:date>
    <item>
      <title>How to create a menu item in the search app ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40814#M9437</link>
      <description>&lt;P&gt;Hi,
I am trying to create an arborescence of saved search but I have some problems.
I would like to have something like that : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Windows
  Severity/criticality
  --1
    --security
    --...
  --2
    --security
    --...
  --n
    --security
    --...
  Logon fails
  ...

Linux
  same

Cisco
  same
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I saw that in Search application it's impossible to have more than 2 levels of sub-menu in the 'Search &amp;amp; Reports' ( &lt;A href="http://answers.splunk.com/questions/5311/multi-level-nav-menu-wont-open" rel="nofollow"&gt;http://answers.splunk.com/questions/5311/multi-level-nav-menu-wont-open&lt;/A&gt; )
So I tried to add a new menu item in the bottom of the file SPLUNK/etc/apps/search/default/data/ui/nav/default.xml , but it doesn't appear too. &lt;/P&gt;

&lt;P&gt;Is it possible to add a menu item or do something else to classify the saved search ? &lt;/P&gt;

&lt;P&gt;Thank for your help and sorry for the possible english mistakes &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT : Here's my default.xml&lt;/STRONG&gt;&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="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;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;collection label="Windows Criticality"&amp;gt;
    &amp;lt;collection label="Info"&amp;gt;
      &amp;lt;saved source="unclassified" match="WCrit0" /&amp;gt;
    &amp;lt;/collection&amp;gt;
  &amp;lt;/collection&amp;gt;

&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Feb 2011 20:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40814#M9437</guid>
      <dc:creator>ruffieuxlu</dc:creator>
      <dc:date>2011-02-08T20:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a menu item in the search app ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40815#M9438</link>
      <description>&lt;P&gt;Please post your default.xml so we can take a look at it.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 21:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40815#M9438</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2011-02-08T21:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a menu item in the search app ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40816#M9439</link>
      <description>&lt;P&gt;Your default.xml looks correct to me. Did you restart splunk after changing the file?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 01:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40816#M9439</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2011-02-09T01:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a menu item in the search app ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40817#M9440</link>
      <description>&lt;P&gt;Question what permissions does your saved search have and what app is that saved search associated with? &lt;/P&gt;

&lt;P&gt;Travis.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 03:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40817#M9440</guid>
      <dc:creator>thall79</dc:creator>
      <dc:date>2011-02-09T03:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a menu item in the search app ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40818#M9441</link>
      <description>&lt;P&gt;I'm stupid, I have just seen that I have deleted, I don't know when, my 'WCrit0' saved searches ... So I have created a new one and it works fine.&lt;/P&gt;

&lt;P&gt;Sorry for your wasted time =/&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 15:30:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-menu-item-in-the-search-app/m-p/40818#M9441</guid>
      <dc:creator>ruffieuxlu</dc:creator>
      <dc:date>2011-02-09T15:30:24Z</dc:date>
    </item>
  </channel>
</rss>

