<?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 How do I increase the limit on events returned when using cli search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10150#M377</link>
    <description>&lt;P&gt;When running a splunk search from the cli, the maximum number of events returned is 100. How do I increase this limit?&lt;/P&gt;</description>
    <pubDate>Sat, 13 Mar 2010 04:04:50 GMT</pubDate>
    <dc:creator>SK110176</dc:creator>
    <dc:date>2010-03-13T04:04:50Z</dc:date>
    <item>
      <title>How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10150#M377</link>
      <description>&lt;P&gt;When running a splunk search from the cli, the maximum number of events returned is 100. How do I increase this limit?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2010 04:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10150#M377</guid>
      <dc:creator>SK110176</dc:creator>
      <dc:date>2010-03-13T04:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10151#M378</link>
      <description>&lt;P&gt;&lt;CODE&gt;-maxout 999&lt;/CODE&gt; (or your preferred number)&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2010 04:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10151#M378</guid>
      <dc:creator>V_at_Splunk</dc:creator>
      <dc:date>2010-03-13T04:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10152#M379</link>
      <description>&lt;P&gt;I think what you are looking for is  "-maxout NUM", which changes the limit of returned results from 100 to NUM.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2010 04:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10152#M379</guid>
      <dc:creator>Marcin</dc:creator>
      <dc:date>2010-03-13T04:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10153#M380</link>
      <description>&lt;P&gt;New in 4.1, you can set -maxout 0, which means "unlimited." This is useful for streaming data to another processing system or to a file.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2010 21:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10153#M380</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-05-28T21:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10154#M381</link>
      <description>&lt;P&gt;As of 4.1.5 using -maxout 0 will yield unlimited results if your -ouput flag is set to 'raw' or 'rawdata', if it is set to 'csv' or 'table' it will be limited to 50k (plus one line for the header).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 00:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10154#M381</guid>
      <dc:creator>kevintelford</dc:creator>
      <dc:date>2011-01-21T00:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10155#M382</link>
      <description>&lt;P&gt;csv is unlimited in 4.2. table remains limited.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 06:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10155#M382</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2011-01-21T06:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase the limit on events returned when using cli search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10156#M383</link>
      <description>&lt;P&gt;Awesome!&lt;BR /&gt;&lt;BR /&gt;
:)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 23:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-increase-the-limit-on-events-returned-when-using-cli/m-p/10156#M383</guid>
      <dc:creator>kevintelford</dc:creator>
      <dc:date>2011-01-21T23:43:39Z</dc:date>
    </item>
  </channel>
</rss>

