<?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: Exporting CSV over 10,000 No OS access in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30062#M5217</link>
    <description>&lt;P&gt;| outputlookup youcsv.csv &lt;BR /&gt;
 no limits&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2011 08:53:16 GMT</pubDate>
    <dc:creator>shirolu</dc:creator>
    <dc:date>2011-05-24T08:53:16Z</dc:date>
    <item>
      <title>Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30060#M5215</link>
      <description>&lt;P&gt;I’m looking for a solution to export a 100,000+ row csv file without giving out OS level access to our search head (outputcsv).  Some of our splunk users are involved with collecting large amounts of data for legal cases.  They need quick access to their results, but we cannot give them OS level access.  I’m aware of the work around that breaks your outputcsv up into 10,000 row segments so you can export them through the UI, but this method is cumbersome, and leaves a mess of csv files behind.&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2009/08/07/help-i-cant-export-more-than-10000-events" rel="nofollow"&gt;http://blogs.splunk.com/2009/08/07/help-i-cant-export-more-than-10000-events&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Does the splunk UI have the ability to access the file system and extract the files created by outputcsv in $SPLUNK_HOME/var/run/splunk/? If not, would it be possible to build a user interface within a splunk app to access the file system?&lt;/P&gt;

&lt;P&gt;I’m open to any suggestions, but like the idea of a UI solution.  &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 05:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30060#M5215</guid>
      <dc:creator>carmackd</dc:creator>
      <dc:date>2011-01-21T05:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30061#M5216</link>
      <description>&lt;P&gt;1) create one saved search for each csv (that is just &lt;CODE&gt;| inputcsv filename&lt;/CODE&gt;) and if they run the saved search they'll at least get taken to the search UI where they can sort and filter the data in the csv. &lt;/P&gt;

&lt;P&gt;2) create one saved search for each csv, and also create a single custom form search view. That view gives them the option of picking a saved search in a pulldown.  where these guys pick which saved search they want, (which amounts to picking the csv) and then the UI could them some simple controls to sort, page or even report on the data in that csv...  &lt;/P&gt;

&lt;P&gt;and if they can report on it such that the report has &amp;lt;10,000 rows we can throw an export button into that interface too.  &lt;/P&gt;

&lt;P&gt;If you're pretty familiar with the advanced XML you could take a stab at it, or (pls forgive this if it seems like a plug) you could hire a splunk consultant (like me) to knock it out. &lt;/P&gt;

&lt;P&gt;3) If the number of csv's we're talking about is rather large or if it's just a PITA to create a saved search for each of them....  or if they need to be generated on a schedule and automatically named ( &lt;A href="http://answers.splunk.com/questions/10552/dynamic-naming-of-files-with-outputcsv" rel="nofollow"&gt;http://answers.splunk.com/questions/10552/dynamic-naming-of-files-with-outputcsv&lt;/A&gt; ),   then it's still possible but it's a different kettle of fish and would require a little custom splunk development. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 06:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30061#M5216</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-01-21T06:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30062#M5217</link>
      <description>&lt;P&gt;| outputlookup youcsv.csv &lt;BR /&gt;
 no limits&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 08:53:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30062#M5217</guid>
      <dc:creator>shirolu</dc:creator>
      <dc:date>2011-05-24T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30063#M5218</link>
      <description>&lt;P&gt;We have a script that's executed after the search is done that SCPs the csv file to a Windows NT file server and then deletes the CSV on the Splunk Server (Solaris).  &lt;/P&gt;

&lt;P&gt;This gets the file to the user without them having to have access to the Splunk Server's OS.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 13:32:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30063#M5218</guid>
      <dc:creator>mmletzko</dc:creator>
      <dc:date>2012-09-21T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30064#M5219</link>
      <description>&lt;P&gt;Quick note - When I use a sort command outputcsv is limited to 10,000. Don't know why but it works fine without sort.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2014 12:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30064#M5219</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2014-07-28T12:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting CSV over 10,000 No OS access</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30065#M5220</link>
      <description>&lt;P&gt;outputcsv also work just fine after removing the sort command -- export from UI is no longer capped at 10k.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 17:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-CSV-over-10-000-No-OS-access/m-p/30065#M5220</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2014-09-12T17:59:09Z</dc:date>
    </item>
  </channel>
</rss>

