<?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: Does multisearch suffer from subsearch limits? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137905#M184773</link>
    <description>&lt;P&gt;Thank you for the note!&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 17:08:50 GMT</pubDate>
    <dc:creator>cleavesn</dc:creator>
    <dc:date>2019-08-13T17:08:50Z</dc:date>
    <item>
      <title>Does multisearch suffer from subsearch limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137903#M184771</link>
      <description />
      <pubDate>Sun, 07 Jun 2015 14:54:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137903#M184771</guid>
      <dc:creator>marcusnilssonmr</dc:creator>
      <dc:date>2015-06-07T14:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Does multisearch suffer from subsearch limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137904#M184772</link>
      <description>&lt;P&gt;That is a very good question! So let's figure it out. First create a &lt;CODE&gt;test&lt;/CODE&gt; index in your splunk instance. Next we can use &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/gentimes"&gt;gentimes&lt;/A&gt; to create 259,200 events (number of seconds in 3 days) and use a summary indexing command &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/Collect"&gt;collect&lt;/A&gt; to populate that index like so: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| gentimes increment=1s start=-3 end=0 | eval _raw=strftime(starttime,"%FT%TZ").", one=1" | fields + _raw | collect index=test
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now we can use &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/multisearch"&gt;multisearch&lt;/A&gt; to test our theory. If we are subject to the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Limitsconf"&gt;subsearch maxout limit of 10,000 results&lt;/A&gt;, then the following search should only pull back 30,000 events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch [search index=test earliest=-7d@d] [search index=test earliest=-7d@d] [search index=test earliest=-7d@d]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And we pull back 777,600 events. Thus multisearch must not be subject to the standard subsearch limit.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 17:07:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137904#M184772</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-06-07T17:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does multisearch suffer from subsearch limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137905#M184773</link>
      <description>&lt;P&gt;Thank you for the note!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 17:08:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-multisearch-suffer-from-subsearch-limits/m-p/137905#M184773</guid>
      <dc:creator>cleavesn</dc:creator>
      <dc:date>2019-08-13T17:08:50Z</dc:date>
    </item>
  </channel>
</rss>

