<?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 How to load 122K unique records in a dropdown menu? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270249#M51873</link>
    <description>&lt;P&gt;In simple XML, when I am attempting to load 122K unique records in the dropdown menu, my whole page freezes for a while. I have tried using lookups instead of ad-hoc search, but not able to load the page without freezing. &lt;/P&gt;

&lt;P&gt;So is there any option to load only initial 10 values and when I scroll down it will automatically take the next 10 values from search? In javascript, there is one feature called lazy loading . I am not aware of how to use this feature in Splunk. &lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2016 12:04:09 GMT</pubDate>
    <dc:creator>nisu</dc:creator>
    <dc:date>2016-10-24T12:04:09Z</dc:date>
    <item>
      <title>How to load 122K unique records in a dropdown menu?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270249#M51873</link>
      <description>&lt;P&gt;In simple XML, when I am attempting to load 122K unique records in the dropdown menu, my whole page freezes for a while. I have tried using lookups instead of ad-hoc search, but not able to load the page without freezing. &lt;/P&gt;

&lt;P&gt;So is there any option to load only initial 10 values and when I scroll down it will automatically take the next 10 values from search? In javascript, there is one feature called lazy loading . I am not aware of how to use this feature in Splunk. &lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270249#M51873</guid>
      <dc:creator>nisu</dc:creator>
      <dc:date>2016-10-24T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to load 122K unique records in a dropdown menu?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270250#M51874</link>
      <description>&lt;P&gt;Hey Nisu,&lt;/P&gt;

&lt;P&gt;How about creating an input text box where the user can type a few letters, then pass that token to the drop down menu search string?&lt;/P&gt;

&lt;P&gt;Don't forget to add wildcards * to either side of the token used in the search string of the drop down list, and ensure "Search on Change" is ticked on the text box.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270250#M51874</guid>
      <dc:creator>ktugwell_splunk</dc:creator>
      <dc:date>2016-10-24T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to load 122K unique records in a dropdown menu?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270251#M51875</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;But one quick question what happens if a user can use wildcard(*) instead of the string. This will load whole the dropdown and then page gets freeze. I don't want to freeze my page. Is it possible if i can give "see more" type in dropdown?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:22:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270251#M51875</guid>
      <dc:creator>nisu</dc:creator>
      <dc:date>2016-10-24T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to load 122K unique records in a dropdown menu?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270252#M51876</link>
      <description>&lt;P&gt;I'm afraid I don't know of a way to disable the use of wildcards in a text box without using some sort of javascript validation.&lt;/P&gt;

&lt;P&gt;What is the format of the results from the dropdown? Is it a structured? Can the data be grouped? For example, if it was a list of 122k Surnames, perhaps you could first create a dropdown to select the first letter(Using static values - the alphabet)? Passing that as a token to your main drop down would roughly divide the results by 26?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270252#M51876</guid>
      <dc:creator>ktugwell_splunk</dc:creator>
      <dc:date>2016-10-24T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to load 122K unique records in a dropdown menu?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270253#M51877</link>
      <description>&lt;P&gt;There is not any grouping field.There is email address in field. Is it the splunkcore issue that the dropdown is not able to load these much data?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-load-122K-unique-records-in-a-dropdown-menu/m-p/270253#M51877</guid>
      <dc:creator>nisu</dc:creator>
      <dc:date>2016-10-24T14:42:01Z</dc:date>
    </item>
  </channel>
</rss>

