<?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: Search returning only 1000 rows in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68570#M17208</link>
    <description>&lt;P&gt;Yes. I have verified that all of the events have been indexed by using the following commaand "source="/data/inbound/Alaska.CSV" | stats sum(count)"...... this command states that there 1337 matching events&lt;/P&gt;</description>
    <pubDate>Wed, 19 Dec 2012 18:01:19 GMT</pubDate>
    <dc:creator>ugillr</dc:creator>
    <dc:date>2012-12-19T18:01:19Z</dc:date>
    <item>
      <title>Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68566#M17204</link>
      <description>&lt;P&gt;I am sending CSV files to my Splunk machine. These files vary in record count from 1 to 5000. When I search for all of the rows from a particular source with a string like this "source="/data/inbound/Alaska.CSV" it only returns the first 1000 rows when actually there are 1337 rows. This behaviour occurs for each file which has more than 1000 rows. I know this is some sort of config setting. I just can't find the correct one. I have changed maxresultrows to be a value of 10000 but that doesn't seem to make any difference.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 13:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68566#M17204</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2012-12-19T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68567#M17205</link>
      <description>&lt;P&gt;Is every CSV file one event or is every row in a CSV file one event?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:26:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68567#M17205</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-12-19T14:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68568#M17206</link>
      <description>&lt;P&gt;Every row is an event&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68568#M17206</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2012-12-19T14:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68569#M17207</link>
      <description>&lt;P&gt;Have you verified that the correct number of events has been indexed, for example by checking the summary page for some sources?&lt;/P&gt;

&lt;P&gt;I'm asking these things because a limitation of 1000 events for a plain old search sounds very odd and un-Splunk-ish.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68569#M17207</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-12-19T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68570#M17208</link>
      <description>&lt;P&gt;Yes. I have verified that all of the events have been indexed by using the following commaand "source="/data/inbound/Alaska.CSV" | stats sum(count)"...... this command states that there 1337 matching events&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 18:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68570#M17208</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2012-12-19T18:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68571#M17209</link>
      <description>&lt;P&gt;"... | stats count" would produce a nicer-looking result &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Leaving off the "| stats..." only gives you 1000 matching results? That makes no sense.&lt;/P&gt;

&lt;P&gt;A quick grep through my local configuration doesn't cough up any setting that limits anything related to the number of events a search can yield to 1000, so I'm stumped.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 08:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68571#M17209</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-12-20T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68572#M17210</link>
      <description>&lt;P&gt;Is this through Splunkweb?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 09:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68572#M17210</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-12-20T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68573#M17211</link>
      <description>&lt;P&gt;Yes. This is occurring through Splunkweb.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 13:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68573#M17211</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2012-12-20T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68574#M17212</link>
      <description>&lt;P&gt;Could you let us know what is the version of your Splunk instance?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2012 16:46:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68574#M17212</guid>
      <dc:creator>wagnerbianchi</dc:creator>
      <dc:date>2012-12-26T16:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68575#M17213</link>
      <description>&lt;P&gt;I am using the 5.0 version&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 13:08:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68575#M17213</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2013-01-02T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68576#M17214</link>
      <description>&lt;P&gt;Since you've accepted an answer, was your problem solved? Would you mind sharing what the problem was and how you resolved it?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2013 10:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68576#M17214</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-01-04T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68577#M17215</link>
      <description>&lt;P&gt;We had the same issue and Splunk Support provided us the solution which worked for us. We are using Splunk 5.0.&lt;/P&gt;

&lt;P&gt;In limits.conf, change the following line. Default is 1000.&lt;/P&gt;

&lt;P&gt;max_events_per_bucket = 1000&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:03:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68577#M17215</guid>
      <dc:creator>xchang1226</dc:creator>
      <dc:date>2020-09-28T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search returning only 1000 rows</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68578#M17216</link>
      <description>&lt;P&gt;Made the change described above then recycled Splunk and it now works like a champ. Thanx!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2013 19:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-returning-only-1000-rows/m-p/68578#M17216</guid>
      <dc:creator>ugillr</dc:creator>
      <dc:date>2013-01-04T19:13:12Z</dc:date>
    </item>
  </channel>
</rss>

