<?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: After upgrading to 5.0.3, I can only export 100 lines of csv via UI. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97073#M20251</link>
    <description>&lt;P&gt;It is not taking the maxout configuration that is 100 events in a search query by defafult.&lt;BR /&gt;
Try this CLI example:&lt;/P&gt;

&lt;P&gt;Without maxout:&lt;/P&gt;

&lt;P&gt;./splunk search "| savedsearch name" -output csv &amp;gt; /data/test/export.csv&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;(in jobs view)&lt;/EM&gt; | savedsearch Datos_Grupo_9 | head 100 | export add_timestamp=f add_offset=t format=csv segmentation=raw&lt;/P&gt;

&lt;P&gt;With maxout:&lt;BR /&gt;
./splunk search "| savedsearch name" -output csv &lt;STRONG&gt;-maxout 0&lt;/STRONG&gt;  &amp;gt; /data/test/export.csv&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;(in jobs view)&lt;/EM&gt; | savedsearch Datos_Grupo_9 | export add_timestamp=f add_offset=t format=csv segmentation=raw&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:12:14 GMT</pubDate>
    <dc:creator>bfernandez</dc:creator>
    <dc:date>2020-09-28T16:12:14Z</dc:date>
    <item>
      <title>After upgrading to 5.0.3, I can only export 100 lines of csv via UI.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97069#M20247</link>
      <description>&lt;P&gt;Upgraded from 4.3.x to 5.0.3 this week and noticed that exporting from UI only produces 100 lines of CSV.  Yes, I checked "Unlimited" and even tried checking the 10000 lines option.  &lt;/P&gt;

&lt;P&gt;Using &lt;CODE&gt;* | outputcsv myfile.csv&lt;/CODE&gt; produces a csv file with the correct number of lines (more than 100).&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 19:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97069#M20247</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-07-16T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 5.0.3, I can only export 100 lines of csv via UI.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97070#M20248</link>
      <description>&lt;P&gt;&lt;STRONG&gt;limits.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [restapi]
    # maximum result rows to be returned by /events or /results getters from REST API  
    maxresultrows = 50000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you'll need to increase that, enjoy!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(\__/)
(='.'=)
(")_(")
*shout-out to Rob C. too!
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2013 23:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97070#M20248</guid>
      <dc:creator>Chubbybunny</dc:creator>
      <dc:date>2013-07-16T23:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 5.0.3, I can only export 100 lines of csv via UI.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97071#M20249</link>
      <description>&lt;P&gt;Thx Chubbybunny&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 23:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97071#M20249</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2013-07-16T23:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 5.0.3, I can only export 100 lines of csv via UI.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97072#M20250</link>
      <description>&lt;P&gt;So the setting that we used in version 4.3.x did not affect EXPORT but it does in version 5.0?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 00:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97072#M20250</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-07-17T00:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 5.0.3, I can only export 100 lines of csv via UI.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97073#M20251</link>
      <description>&lt;P&gt;It is not taking the maxout configuration that is 100 events in a search query by defafult.&lt;BR /&gt;
Try this CLI example:&lt;/P&gt;

&lt;P&gt;Without maxout:&lt;/P&gt;

&lt;P&gt;./splunk search "| savedsearch name" -output csv &amp;gt; /data/test/export.csv&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;(in jobs view)&lt;/EM&gt; | savedsearch Datos_Grupo_9 | head 100 | export add_timestamp=f add_offset=t format=csv segmentation=raw&lt;/P&gt;

&lt;P&gt;With maxout:&lt;BR /&gt;
./splunk search "| savedsearch name" -output csv &lt;STRONG&gt;-maxout 0&lt;/STRONG&gt;  &amp;gt; /data/test/export.csv&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;(in jobs view)&lt;/EM&gt; | savedsearch Datos_Grupo_9 | export add_timestamp=f add_offset=t format=csv segmentation=raw&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:12:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-upgrading-to-5-0-3-I-can-only-export-100-lines-of-csv-via/m-p/97073#M20251</guid>
      <dc:creator>bfernandez</dc:creator>
      <dc:date>2020-09-28T16:12:14Z</dc:date>
    </item>
  </channel>
</rss>

