<?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: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199916#M12512</link>
    <description>&lt;P&gt;6.2.1 is the version I am upgrading from and the 500 search limit in 6.2.1 is still configurable by editing ($SPLUNKHOME/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/view.py)&lt;/P&gt;

&lt;P&gt;searches = en.getEntities('saved/searches', namespace=app, search='is_visible=1 AND disabled=0', count=500, _with_new='1') &lt;/P&gt;

&lt;P&gt;I upgraded clones of my search heads in a sandbox environment to test the upgrade before moving to production and noticed the "500" limit is no longer increasing when I modify the view.py setting.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:57:27 GMT</pubDate>
    <dc:creator>zindain24</dc:creator>
    <dc:date>2020-09-29T09:57:27Z</dc:date>
    <item>
      <title>In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199910#M12506</link>
      <description>&lt;P&gt;Hello,  &lt;/P&gt;

&lt;P&gt;I've used the view.py hack in a previous version of Splunk to populate my drop-downs with more than 500 results. This appears to no longer work in version 6.4+. Anyone else experience this?  Any suggestions? &lt;/P&gt;

&lt;P&gt;Ref:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/349973/splunk-not-displaying-all-my-saved-searches-in-the.html"&gt;https://answers.splunk.com/answers/349973/splunk-not-displaying-all-my-saved-searches-in-the.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:36:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199910#M12506</guid>
      <dc:creator>zindain24</dc:creator>
      <dc:date>2016-06-07T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199911#M12507</link>
      <description>&lt;P&gt;Which drop-downs are you referring to?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 21:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199911#M12507</guid>
      <dc:creator>arobbins_splunk</dc:creator>
      <dc:date>2016-06-07T21:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199912#M12508</link>
      <description>&lt;P&gt;Any drop downs created in the search app.  For example, I remade the "Searches &amp;amp; Reports" dropdown because my customers are used to the existing navigation menu structure.  &lt;/P&gt;

&lt;P&gt;User interface » Navigation menus » default&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;collection label="Security Services"&amp;gt;
&amp;lt;collection label="CMS AU2 Desktop"&amp;gt;
   &amp;lt;saved source="unclassified" match="CMS_AU2" /&amp;gt;
   &amp;lt;saved source="unclassified" match="AU2_Win" /&amp;gt;
&amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Active Directory"&amp;gt;
       &amp;lt;saved source="unclassified" match="HMK_AD" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Zixmail Reports"&amp;gt;
       &amp;lt;saved source="unclassified" match="Zixmail" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="McAfee Reports"&amp;gt;
       &amp;lt;saved source="unclassified" match="McAfee" /&amp;gt;
    &amp;lt;/collection&amp;gt;
    &amp;lt;collection label="Network Security Reports"&amp;gt;
       &amp;lt;saved source="unclassified" match="HM_ACS" /&amp;gt;
       &amp;lt;saved source="unclassified" match="Firewall_Config" /&amp;gt;
    &amp;lt;/collection&amp;gt;
&amp;lt;divider /&amp;gt;

  &amp;lt;saved source="unclassified" match="SOC" /&amp;gt;
&amp;lt;/collection&amp;gt;
&amp;lt;collection label="Threat"&amp;gt;
  &amp;lt;saved source="unclassified" match="Threat" /&amp;gt;
&amp;lt;/collection&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199912#M12508</guid>
      <dc:creator>zindain24</dc:creator>
      <dc:date>2016-06-14T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199913#M12509</link>
      <description>&lt;P&gt;I will relay this to the PM responsible for the navigation bar. I believe the current limit there is 500 searches.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 16:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199913#M12509</guid>
      <dc:creator>arobbins_splunk</dc:creator>
      <dc:date>2016-06-14T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199914#M12510</link>
      <description>&lt;P&gt;Thanks arobbins, this is the only item holding me back from upgrading to 6.4.1.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 16:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199914#M12510</guid>
      <dc:creator>zindain24</dc:creator>
      <dc:date>2016-06-14T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199915#M12511</link>
      <description>&lt;P&gt;what version were you on previously? and did you see the limit then?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 16:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199915#M12511</guid>
      <dc:creator>arobbins_splunk</dc:creator>
      <dc:date>2016-06-14T16:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199916#M12512</link>
      <description>&lt;P&gt;6.2.1 is the version I am upgrading from and the 500 search limit in 6.2.1 is still configurable by editing ($SPLUNKHOME/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/view.py)&lt;/P&gt;

&lt;P&gt;searches = en.getEntities('saved/searches', namespace=app, search='is_visible=1 AND disabled=0', count=500, _with_new='1') &lt;/P&gt;

&lt;P&gt;I upgraded clones of my search heads in a sandbox environment to test the upgrade before moving to production and noticed the "500" limit is no longer increasing when I modify the view.py setting.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199916#M12512</guid>
      <dc:creator>zindain24</dc:creator>
      <dc:date>2020-09-29T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199917#M12513</link>
      <description>&lt;P&gt;The PM wlll be able to give you more definitive help, but in the meantime, try experimenting with changing the similar limit in the _getSearches() function in mrsparkle/lib/appnav.py&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 16:31:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199917#M12513</guid>
      <dc:creator>arobbins_splunk</dc:creator>
      <dc:date>2016-06-14T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199918#M12514</link>
      <description>&lt;P&gt;Success!  Changes to the function in .../mrsparkle/lib/appnav.py worked.  I'm now able to increase the limit.  Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 17:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199918#M12514</guid>
      <dc:creator>zindain24</dc:creator>
      <dc:date>2016-06-14T17:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: In 6.4.x, why is Splunk not displaying all my saved searches in my drop-downs?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199919#M12515</link>
      <description>&lt;P&gt;great. as you're probably aware, changes like this are likely to break during upgrades. Hopefully the PM can find a way to expose a configuration for you and customers in a similar position.&lt;/P&gt;

&lt;P&gt;Have fun with 6.4.x! There's some great stuff in it.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 17:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-6-4-x-why-is-Splunk-not-displaying-all-my-saved-searches-in/m-p/199919#M12515</guid>
      <dc:creator>arobbins_splunk</dc:creator>
      <dc:date>2016-06-14T17:43:53Z</dc:date>
    </item>
  </channel>
</rss>

