<?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: Organize &amp;quot;Searches &amp; Reports&amp;quot; and &amp;quot;User Interface/Views&amp;quot; with subfolder within apps context in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63328#M15638</link>
    <description>&lt;P&gt;You can't create subfolders. But you can take control of how the searches and views display, and build a more organized menu. Here is how you can edit the default navigation for your app: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/BuildNavigation"&gt;Build Navigation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you start to use a naming convention for your searches, you can easily categorize them in the navigation&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;collection label="Searches &amp;amp;amp; Reports"&amp;gt;
    &amp;lt;collection label="Alerts"&amp;gt;
      &amp;lt;saved source="unclassified" match="alert" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Summary Searches"&amp;gt;
      &amp;lt;saved source="unclassified" match="summary" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Dashboard Components"&amp;gt;
      &amp;lt;saved source="unclassified" match="dashboard" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;saved source="unclassified" /&amp;gt;
    &amp;lt;divider /&amp;gt;
    &amp;lt;a href="/manager/search/saved/searches"&amp;gt;Manage Searches &amp;amp;amp; Reports&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Of course,  you have a lot of saved searches that you really never want to run. Categorizing them into a sub-menu may be okay, but really, you should simply remove them from the menus altogether. To do that, edit &lt;CODE&gt;savedsearches.conf&lt;/CODE&gt;. For each search that you do NOT want on the menu, insert the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;is_visible = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For dashboards and views, you can set &lt;CODE&gt;isVisible = "False"&lt;/CODE&gt; in the &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; tag.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2013 13:09:56 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-09-13T13:09:56Z</dc:date>
    <item>
      <title>Organize "Searches &amp; Reports" and "User Interface/Views" with subfolder within apps context</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63327#M15637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have quite a big number of searches and views within an app, and manage them within the "searches &amp;amp; Reports" panel of the manager is not very convenient. I would really like to create sub-folders within the manager view to sort searches and views.&lt;/P&gt;

&lt;P&gt;Is there any way to actually do it?&lt;/P&gt;

&lt;P&gt;Note that I don't ask how to sort things in the drop down menu within the search app, but really in the "manager/Searches and reports" view (and in the "user interface/views" too).&lt;/P&gt;

&lt;P&gt;Thanks! &lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;EDIT&lt;/P&gt;

&lt;P&gt;My question was maybe not clear enough. My need is to organize searches and view internally. Nothing should show up in the application as it is an end-user app, and it should only contains dashboards and stuff, no searches cause end-user don't even know the splunk syntax.&lt;/P&gt;

&lt;P&gt;I would love to have a finer granularity on how searches are organized in the manager. Which means not only by application, but also by type, subtype etc. This is just for me, because actually what I am doing is having a naming convention that puts all searches related close one to each other, like this:&lt;/P&gt;

&lt;P&gt;prod_summary_relative time&lt;BR /&gt;
prod_summary_log by mn&lt;BR /&gt;
prod_summary_ip by hour&lt;BR /&gt;
prod_segment_country&lt;BR /&gt;
prod_segment_browserName&lt;BR /&gt;
draft_segment_session time&lt;/P&gt;

&lt;P&gt;etc...&lt;/P&gt;

&lt;P&gt;This is very inconvenient because I can't see all the searches related (like all summary search) at once in the manager (have around 50, and should end up with more that 200)&lt;/P&gt;

&lt;P&gt;I have two idea that may work:&lt;BR /&gt;
   1°) try to customize the default manager view of splunk, but it is really complicated as the view is generated from js code and is not a static html page.&lt;BR /&gt;
   2°) create a custom app called search manager where I will make dashboards and stuff with what I want, but it may take a some time.&lt;/P&gt;

&lt;P&gt;I can't believe that nobody never had this problem in a big application, so I will continue to investigate, but any clue would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63327#M15637</guid>
      <dc:creator>guilhem</dc:creator>
      <dc:date>2020-09-28T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Organize "Searches &amp; Reports" and "User Interface/Views" with subfolder within apps context</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63328#M15638</link>
      <description>&lt;P&gt;You can't create subfolders. But you can take control of how the searches and views display, and build a more organized menu. Here is how you can edit the default navigation for your app: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/BuildNavigation"&gt;Build Navigation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you start to use a naming convention for your searches, you can easily categorize them in the navigation&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;collection label="Searches &amp;amp;amp; Reports"&amp;gt;
    &amp;lt;collection label="Alerts"&amp;gt;
      &amp;lt;saved source="unclassified" match="alert" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Summary Searches"&amp;gt;
      &amp;lt;saved source="unclassified" match="summary" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Dashboard Components"&amp;gt;
      &amp;lt;saved source="unclassified" match="dashboard" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;saved source="unclassified" /&amp;gt;
    &amp;lt;divider /&amp;gt;
    &amp;lt;a href="/manager/search/saved/searches"&amp;gt;Manage Searches &amp;amp;amp; Reports&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Of course,  you have a lot of saved searches that you really never want to run. Categorizing them into a sub-menu may be okay, but really, you should simply remove them from the menus altogether. To do that, edit &lt;CODE&gt;savedsearches.conf&lt;/CODE&gt;. For each search that you do NOT want on the menu, insert the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;is_visible = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For dashboards and views, you can set &lt;CODE&gt;isVisible = "False"&lt;/CODE&gt; in the &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; tag.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 13:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63328#M15638</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-09-13T13:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Organize "Searches &amp; Reports" and "User Interface/Views" with subfolder within apps context</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63329#M15639</link>
      <description>&lt;P&gt;That's too bad, but I think I may be doing something wrong then?&lt;/P&gt;

&lt;P&gt;I have like 3 pages of saved search within my app. Some are used for summary indexing, some are used to display results in views, some are alerts, and some are just sketches.&lt;/P&gt;

&lt;P&gt;I don't want to have to add an entry in the navigation menu of my app for all the drafts I create, and I also don't want to have to filter user that doesn't have to see these searches.&lt;/P&gt;

&lt;P&gt;Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 13:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63329#M15639</guid>
      <dc:creator>guilhem</dc:creator>
      <dc:date>2013-09-13T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Organize "Searches &amp; Reports" and "User Interface/Views" with subfolder within apps context</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63330#M15640</link>
      <description>&lt;P&gt;Edited my answer to address your comment.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 22:39:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63330#M15640</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-09-13T22:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Organize "Searches &amp; Reports" and "User Interface/Views" with subfolder within apps context</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63331#M15641</link>
      <description>&lt;P&gt;Thanks to take time to answer. Unfortunately I can't use this, as I do not want any search to show up in the navigation menu, as it should only contain "macro" dashboards link, and should be high level enough that non-specialist can understand it.&lt;/P&gt;

&lt;P&gt;What I am looking for is a way to organize and manage, internally, just for me, the way saved searches are displayed, so I can remember where (in which dashboard for exemple) each saved search is used, and what is its general "theme" (error, draft, summary indexing etc...). things that end user don't want to know about.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:32:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organize-quot-Searches-Reports-quot-and-quot-User-Interface/m-p/63331#M15641</guid>
      <dc:creator>guilhem</dc:creator>
      <dc:date>2013-09-16T09:32:27Z</dc:date>
    </item>
  </channel>
</rss>

