<?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 Is there a limit to the number of choices in a dashboard drop-down? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359407#M23406</link>
    <description>&lt;P&gt;It looks like not all my options in the dropdown are being displayed. I have about 200 and wanted to know if the dropdown selection limits the number to be displayed in the list.  If so, is there a way to override?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 16:34:42 GMT</pubDate>
    <dc:creator>dxw350</dc:creator>
    <dc:date>2017-06-20T16:34:42Z</dc:date>
    <item>
      <title>Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359407#M23406</link>
      <description>&lt;P&gt;It looks like not all my options in the dropdown are being displayed. I have about 200 and wanted to know if the dropdown selection limits the number to be displayed in the list.  If so, is there a way to override?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359407#M23406</guid>
      <dc:creator>dxw350</dc:creator>
      <dc:date>2017-06-20T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359408#M23407</link>
      <description>&lt;P&gt;how are you populating the drop down? I have had a dropdown of over 1000, and I am not sure of any limit, though depending on how it is populated, i have noticed lag times in the drop down being populated. Also, what version of Splunk are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359408#M23407</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-20T17:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359409#M23408</link>
      <description>&lt;P&gt;The limit for more recent versions of Splunk 6.3 and higher is definitely in the tens of thousands. More than a few thousand will be noticeable in terms of the amount of memory a dashboard eats up.&lt;/P&gt;

&lt;P&gt;200 should be no issue. &lt;/P&gt;

&lt;P&gt;There is no override.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359409#M23408</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-06-20T17:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359410#M23409</link>
      <description>&lt;P&gt;Using version 6.5.2 - This is the jist of my query in the dropdown |inputlookup datafile |sort+ app_names|dedup app_names?  Any reason I am only get 55 of the 200+ dropdown application names?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359410#M23409</guid>
      <dc:creator>dxw350</dc:creator>
      <dc:date>2020-09-29T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359411#M23410</link>
      <description>&lt;P&gt;Do this &lt;CODE&gt;|inputlookup datafile |stats dc(app_names) as unique&lt;/CODE&gt; and see what number you get&lt;/P&gt;

&lt;P&gt;Also, I would change your original query to this: &lt;CODE&gt;|inputlookup datafile |dedup app_names | sort + app_names&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359411#M23410</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-06-20T17:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a limit to the number of choices in a dashboard drop-down?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359412#M23411</link>
      <description>&lt;P&gt;when you open the input to edit it in the dashboard and you click "Run Search" do you see 200+ app_names or just 55? is it because of the dedup?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:51:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-limit-to-the-number-of-choices-in-a-dashboard-drop/m-p/359412#M23411</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-20T17:51:16Z</dc:date>
    </item>
  </channel>
</rss>

