<?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 Is there a way to increase the limit of results returned for the chart command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-increase-the-limit-of-results-returned-for-the/m-p/236114#M70129</link>
    <description>&lt;P&gt;Chart command is limited to 10000 results by default, but I want to see all the events (Total-73228 events).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=edi-stage date_wday=monday|eval _time=_time+14400|table _time date_month date_wday date_mday CUSTOMERPO |eval time=strftime(_time,"%m/%d")|sort time |chart count(CUSTOMERPO) by time date_wday  |
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 23 Aug 2016 17:28:07 GMT</pubDate>
    <dc:creator>uhkc777</dc:creator>
    <dc:date>2016-08-23T17:28:07Z</dc:date>
    <item>
      <title>Is there a way to increase the limit of results returned for the chart command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-increase-the-limit-of-results-returned-for-the/m-p/236114#M70129</link>
      <description>&lt;P&gt;Chart command is limited to 10000 results by default, but I want to see all the events (Total-73228 events).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=edi-stage date_wday=monday|eval _time=_time+14400|table _time date_month date_wday date_mday CUSTOMERPO |eval time=strftime(_time,"%m/%d")|sort time |chart count(CUSTOMERPO) by time date_wday  |
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Aug 2016 17:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-increase-the-limit-of-results-returned-for-the/m-p/236114#M70129</guid>
      <dc:creator>uhkc777</dc:creator>
      <dc:date>2016-08-23T17:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to increase the limit of results returned for the chart command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-increase-the-limit-of-results-returned-for-the/m-p/236115#M70130</link>
      <description>&lt;P&gt;The limit is not in the chart command, it in the sort command. If the first argument to the sort command is a number, then at most that many results are returned, in order. If no number is specified, the default limit of 10000 is used. If the number 0 is specified, all results are returned&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 17:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-increase-the-limit-of-results-returned-for-the/m-p/236115#M70130</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-23T17:44:06Z</dc:date>
    </item>
  </channel>
</rss>

