<?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: help on a dropdown list from an lookup in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577048#M10865</link>
    <description>&lt;P&gt;Try using stats in your dropdown to show the dropdown value...&lt;BR /&gt;&lt;BR /&gt;Something like this...&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup site.csv
| stats dc(site) by site&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Splunk's dropdown can only show up to 1000 rows rest are shown as you type in...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 13:02:05 GMT</pubDate>
    <dc:creator>Gr0und_Z3r0</dc:creator>
    <dc:date>2021-12-02T13:02:05Z</dc:date>
    <item>
      <title>help on a dropdown list from an lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/576980#M10858</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I retrieve the fields of a dropdown list from an CSV file&lt;/P&gt;&lt;P&gt;It works but the probleme I have is that randomnly I have the message "filling on going" which last and as a consequence I am unable to update the dashboards panels because each panels are referenced to this dropdown list&lt;/P&gt;&lt;P&gt;there is 1300 lines in my csv file&lt;/P&gt;&lt;P&gt;What is the problem please?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;input type="dropdown" token="site" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Site&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;site&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;site&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup site.csv&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value="*"&amp;gt;*&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 06:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/576980#M10858</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2021-12-02T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: help on a dropdown list from an lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577044#M10863</link>
      <description>&lt;P&gt;Its not a good idea to have such a long dropdown. It will not be efficient at all. Maybe if you could subdivide the dropdowns into multiple sites. Cascading dropdowns... where the second site dropdown is derived based on the 1st dropdown&lt;BR /&gt;Region -&amp;gt; Site&lt;BR /&gt;Or Use text input field to match and drive your dashboard search panels.&lt;BR /&gt;&lt;BR /&gt;A similar question was asked earlier in the forum.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/What-is-the-maximum-limitation-of-drop-down-values/m-p/481014" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/What-is-the-maximum-limitation-of-drop-down-values/m-p/481014&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 12:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577044#M10863</guid>
      <dc:creator>Gr0und_Z3r0</dc:creator>
      <dc:date>2021-12-02T12:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: help on a dropdown list from an lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577045#M10864</link>
      <description>&lt;P&gt;I understand but this example can't be applicable for me&lt;/P&gt;&lt;P&gt;So is it better to continue o use a csv lookup in the dropdown list or to use an inline search directly?&lt;/P&gt;&lt;P&gt;I am just speaking about performances&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 12:50:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577045#M10864</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2021-12-02T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: help on a dropdown list from an lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577048#M10865</link>
      <description>&lt;P&gt;Try using stats in your dropdown to show the dropdown value...&lt;BR /&gt;&lt;BR /&gt;Something like this...&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup site.csv
| stats dc(site) by site&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Splunk's dropdown can only show up to 1000 rows rest are shown as you type in...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 13:02:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-a-dropdown-list-from-an-lookup/m-p/577048#M10865</guid>
      <dc:creator>Gr0und_Z3r0</dc:creator>
      <dc:date>2021-12-02T13:02:05Z</dc:date>
    </item>
  </channel>
</rss>

