<?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: [subsearch]: Subsearch produced 12959 results, truncating to maxout 10000. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85450#M21819</link>
    <description>&lt;P&gt;By default the subsearch result set limit is set to 10000. You can increase it in the limits.conf file. But it's not recommended to go beyond 10500. I have not tried to modify it to greater value but if its not working then need to think of something else. May be you can use Join which has a greater sub search value.&lt;/P&gt;

&lt;P&gt;maxout = &lt;INTEGER&gt;&lt;BR /&gt;
* Maximum number of results to return from a subsearch.&lt;BR /&gt;
* This value cannot be greater than or equal to 10500.&lt;BR /&gt;
* Defaults to 10000.&lt;/INTEGER&gt;&lt;/P&gt;

&lt;P&gt;Please refer:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Admin/Limitsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2013 07:55:31 GMT</pubDate>
    <dc:creator>linu1988</dc:creator>
    <dc:date>2013-07-05T07:55:31Z</dc:date>
    <item>
      <title>[subsearch]: Subsearch produced 12959 results, truncating to maxout 10000.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85449#M21818</link>
      <description>&lt;P&gt;When I put below,&lt;/P&gt;

&lt;P&gt;sourcetype="splunk_page_request" NOT [| inputlookup nmc_crawlers | fields ip_address]&lt;/P&gt;

&lt;P&gt;I got a message below,&lt;/P&gt;

&lt;P&gt;[subsearch]: Subsearch produced 12959 results, truncating to maxout 10000.&lt;/P&gt;

&lt;P&gt;How can I solve this?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85449#M21818</guid>
      <dc:creator>hylee</dc:creator>
      <dc:date>2020-09-28T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Subsearch produced 12959 results, truncating to maxout 10000.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85450#M21819</link>
      <description>&lt;P&gt;By default the subsearch result set limit is set to 10000. You can increase it in the limits.conf file. But it's not recommended to go beyond 10500. I have not tried to modify it to greater value but if its not working then need to think of something else. May be you can use Join which has a greater sub search value.&lt;/P&gt;

&lt;P&gt;maxout = &lt;INTEGER&gt;&lt;BR /&gt;
* Maximum number of results to return from a subsearch.&lt;BR /&gt;
* This value cannot be greater than or equal to 10500.&lt;BR /&gt;
* Defaults to 10000.&lt;/INTEGER&gt;&lt;/P&gt;

&lt;P&gt;Please refer:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Admin/Limitsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 07:55:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85450#M21819</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-07-05T07:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Subsearch produced 12959 results, truncating to maxout 10000.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85451#M21820</link>
      <description>&lt;P&gt;The solution in the comments is valid, but you can also try:&lt;/P&gt;

&lt;PRE&gt;
sourcetype="splunk_page_request" NOT [| inputlookup nmc_crawlers | dedup ip_address |fields ip_address]
&lt;/PRE&gt;

&lt;P&gt;This will try to deduplicate the entries with the same IP in the nmc_crawlers lookup, hence reducing the number of returned address.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 13:06:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85451#M21820</guid>
      <dc:creator>krugger</dc:creator>
      <dc:date>2013-07-05T13:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Subsearch produced 12959 results, truncating to maxout 10000.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85452#M21821</link>
      <description>&lt;P&gt;Thank you so much!! I changed maxout to 13000 and it worked.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 01:34:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Subsearch-produced-12959-results-truncating-to-maxout/m-p/85452#M21821</guid>
      <dc:creator>hylee</dc:creator>
      <dc:date>2013-07-08T01:34:35Z</dc:date>
    </item>
  </channel>
</rss>

