<?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: can we increase lookup table maximum matches to 2000? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261081#M189682</link>
    <description>&lt;P&gt;Thanks for your reply, but it is not working. You can't increase the value of maximum matches above 1000 from UI lookup definition. It gives error from UI if you will try to increase it above 1000, I did try from limits.conf as well but it is not working. &lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2016 14:18:32 GMT</pubDate>
    <dc:creator>rajchi</dc:creator>
    <dc:date>2016-07-15T14:18:32Z</dc:date>
    <item>
      <title>can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261079#M189680</link>
      <description>&lt;P&gt;Lookup table max match can be 1 to 1000, I want to increase it to 2000. Is it possible? When I increase the max_matches in limits.conf then it is not taking, is there any other way to achieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 13:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261079#M189680</guid>
      <dc:creator>rajchi</dc:creator>
      <dc:date>2016-07-15T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261080#M189681</link>
      <description>&lt;P&gt;First, create a &lt;CODE&gt;lookup definition&lt;/CODE&gt; (from &lt;CODE&gt;Settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Lookups&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Lookup Definitions&lt;/CODE&gt;) for you &lt;CODE&gt;lookup file&lt;/CODE&gt;, then give it same &lt;CODE&gt;sharing permissions&lt;/CODE&gt; as the &lt;CODE&gt;lookup file&lt;/CODE&gt;, then in the &lt;CODE&gt;Advanced options&lt;/CODE&gt; set the value to 2000.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 13:47:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261080#M189681</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-15T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261081#M189682</link>
      <description>&lt;P&gt;Thanks for your reply, but it is not working. You can't increase the value of maximum matches above 1000 from UI lookup definition. It gives error from UI if you will try to increase it above 1000, I did try from limits.conf as well but it is not working. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261081#M189682</guid>
      <dc:creator>rajchi</dc:creator>
      <dc:date>2016-07-15T14:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261082#M189683</link>
      <description>&lt;P&gt;The max allowed value is 1000. See the documentation for lookup definition (transforms.conf&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Transformsconf#Lookup_tables"&gt;https://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Transformsconf#Lookup_tables&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;max_matches = &amp;lt;integer&amp;gt;
* The maximum number of possible matches for each input lookup value
  (range 1 - 1000)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261082#M189683</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-15T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261083#M189684</link>
      <description>&lt;P&gt;If the built-in lookup is limited to 1000, then you will have to create your own &lt;CODE&gt;scripted lookup&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Configureexternallookups"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Configureexternallookups&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261083#M189684</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-15T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261084#M189685</link>
      <description>&lt;P&gt;Thanks for your reply, so there is no way I can match more than 1000 using lookup?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261084#M189685</guid>
      <dc:creator>rajchi</dc:creator>
      <dc:date>2016-07-15T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261085#M189686</link>
      <description>&lt;P&gt;I believe no&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261085#M189686</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-15T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261086#M189687</link>
      <description>&lt;P&gt;The maximum limit for "external lookup" is also 1000 for maximum matches. Please let me know if someone has done this before or if someone can confirm it is not possible at all.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 16:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/261086#M189687</guid>
      <dc:creator>rajchi</dc:creator>
      <dc:date>2016-07-15T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: can we increase lookup table maximum matches to 2000?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/669378#M229589</link>
      <description>&lt;P&gt;Were you able to find a solution for it?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 17:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-increase-lookup-table-maximum-matches-to-2000/m-p/669378#M229589</guid>
      <dc:creator>ConsoleBotTryPC</dc:creator>
      <dc:date>2023-11-21T17:46:45Z</dc:date>
    </item>
  </channel>
</rss>

