<?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: Why is there a 10000 rows limit? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/648534#M224366</link>
    <description>&lt;P&gt;Use reverse instead&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| reverse&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 28 Jun 2023 13:09:13 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-06-28T13:09:13Z</dc:date>
    <item>
      <title>Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450838#M127666</link>
      <description>&lt;P&gt;I ran a search which should show more than 10000 rows, but I get only 10000 rows back on the result.&lt;BR /&gt;
Is this a limitation?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 15:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450838#M127666</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2019-03-20T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450839#M127667</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Are you using sort command? It defaults results to 10K, but you can unlimit it by using sort 0.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 15:14:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450839#M127667</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-03-20T15:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450840#M127668</link>
      <description>&lt;P&gt;You are likely running a join or something similar. All the limits are configured under &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf"&gt;limits.conf&lt;/A&gt;. Be very careful about changing them though because they can have a big impact on performance!&lt;/P&gt;

&lt;P&gt;There are ways of doing joins without the "join" command. I suggest you post the search you are trying to perform so that someone can help you build out the more efficient search without the join.&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 15:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450840#M127668</guid>
      <dc:creator>aholzer</dc:creator>
      <dc:date>2019-03-20T15:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450841#M127669</link>
      <description>&lt;P&gt;Thanks, it was the sort usage.. its fixed now..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 15:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450841#M127669</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2019-03-20T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450842#M127670</link>
      <description>&lt;P&gt;thanks for your reply, it was the usage of sort which was causing it..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 15:21:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/450842#M127670</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2019-03-20T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/555226#M157600</link>
      <description>&lt;P&gt;Can you please solve the query .&lt;/P&gt;&lt;P&gt;Issue with limits.conf&lt;/P&gt;&lt;P&gt;(host=wscreenapi3* OR host=tracking-api-release) name="RegisteredUserLog" earliest=-60d@d latest=-30d@d id!=3000000010 | fields event_id platform | fields - _raw | stats count by event_id platform | dedup event_id | rename event_id as easy_id | table easy_id platform | join type=left easy_id [search (host=wscreenapi3* OR host=tracking-api-release) name="RegisteredUserLog" earliest=-30d@d latest=@d id!=3000000010 | fields event_id | fields - _raw | stats count by event_id | rename event_id as easy_id | table easy_id | eval retentionFlg=1] | eval&lt;/P&gt;&lt;P&gt;&amp;nbsp;platform_str=if(platform="0","Android",if(platform="1","iPhone",if(platform="2","Web (Android)",if(platform="3","Web (iPhone)","Unknown"))))| stats count(easy_id) as basedUserCount sum(retentionFlg) as retentionUserCount by platform_str | addcoltotals labelfield=platform_str | eval customerChurnRate=(basedUserCount - retentionUserCount) / basedUserCount * 100 |eval baseUserListDateFrom = strftime(relative_time(now(),"-60d@d"), "%Y/%m/%d")." 00:00:00" |eval baseUserListDateTo = strftime(relative_time(now(),"-31d@d"), "%Y/%m/%d")." 23:59:59" |eval compareUserListDateFrom = strftime(relative_time(now(),"-30d@d"), "%Y/%m/%d") ." 00:00:00" |eval compareUserListDateTo = strftime(relative_time(now(),"-1d@d"), "%Y/%m/%d") ." 23:59:59" | table baseUserListDateFrom baseUserListDateTo compareUserListDateFrom compareUserListDateTo platform_str basedUserCount retentionUserCount customerChurnRate&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 06:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/555226#M157600</guid>
      <dc:creator>anil1432</dc:creator>
      <dc:date>2021-06-10T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/647538#M224124</link>
      <description>&lt;P&gt;Hi, how did you fixed the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 03:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/647538#M224124</guid>
      <dc:creator>acrif</dc:creator>
      <dc:date>2023-06-20T03:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/648529#M224365</link>
      <description>&lt;P&gt;and how do I export more than 10.000 rows if I want them sorted by timestamp? That is a necessary sort because Splunk default behaviour is to sort rows in wrong order.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 12:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/648529#M224365</guid>
      <dc:creator>drabbit</dc:creator>
      <dc:date>2023-06-28T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/648534#M224366</link>
      <description>&lt;P&gt;Use reverse instead&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| reverse&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/648534#M224366</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-28T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649176#M224493</link>
      <description>&lt;P&gt;reverse is bugged. Big blocks of log lines are several hours shifted away from where they should be. I recommend to never use it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 16:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649176#M224493</guid>
      <dc:creator>drabbit</dc:creator>
      <dc:date>2023-07-04T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649177#M224494</link>
      <description>&lt;P&gt;You should use "sort 0" instead of sort. See more&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Sort" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Sort&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 16:47:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649177#M224494</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T16:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a 10000 rows limit?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649178#M224495</link>
      <description>&lt;P&gt;thanks! That solves the issue. And "sort 0 _time" doesn't have the flaw that reverse has.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 16:53:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-there-a-10000-rows-limit/m-p/649178#M224495</guid>
      <dc:creator>drabbit</dc:creator>
      <dc:date>2023-07-04T16:53:12Z</dc:date>
    </item>
  </channel>
</rss>

