<?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: Dump Command - How to Save Files on Remote Path and Question About maxlocal in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112094#M183709</link>
    <description>&lt;P&gt;The maxlocal argument never worked properly and has been removed from the code and the documentation.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 15:53:47 GMT</pubDate>
    <dc:creator>lstewart_splunk</dc:creator>
    <dc:date>2017-08-03T15:53:47Z</dc:date>
    <item>
      <title>Dump Command - How to Save Files on Remote Path and Question About maxlocal</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112091#M183706</link>
      <description>&lt;P&gt;We're trying to export data out of a very large splunk index using the dump command into multiple csv files where the min file size is 1GB of each file. &lt;/P&gt;

&lt;P&gt;E.g here's our command ...|dump basefilename=netezza  rollsize=1024 format=csv &lt;/P&gt;

&lt;P&gt;What we want is to have the files saved on a remote location not local on the Splunk server. Is there a way to do this?&lt;/P&gt;

&lt;P&gt;Also, what does the maxlocal parameter mean? We're a little confused by that. It says once it reaches 1GB it moves it to HDFS? We don't have HDFS configured, what happens once it reaches 1GB? Is there a way to make maxlocal unlimited?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 17:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112091#M183706</guid>
      <dc:creator>steverimar</dc:creator>
      <dc:date>2015-05-15T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Command - How to Save Files on Remote Path and Question About maxlocal</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112092#M183707</link>
      <description>&lt;P&gt;Did you ever come across a way to do this or get it to work correctly.&lt;/P&gt;

&lt;P&gt;I could see this being useful in an incident response investigation where we needed to give a large data set out to vendor or 3rd party for analysis rather than searching within splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 12:12:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112092#M183707</guid>
      <dc:creator>millern4</dc:creator>
      <dc:date>2015-09-14T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Command - How to Save Files on Remote Path and Question About maxlocal</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112093#M183708</link>
      <description>&lt;P&gt;@steverimar were you able to figure this out? &lt;BR /&gt;
I am using Splunk 6.4.2. With dump command, when I provide maxlocal argument, it complains and returns error 'invalid argument' (not using HDFS). Did you find a way to save the output in remote system? &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 19:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112093#M183708</guid>
      <dc:creator>kausar</dc:creator>
      <dc:date>2016-08-03T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Command - How to Save Files on Remote Path and Question About maxlocal</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112094#M183709</link>
      <description>&lt;P&gt;The maxlocal argument never worked properly and has been removed from the code and the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112094#M183709</guid>
      <dc:creator>lstewart_splunk</dc:creator>
      <dc:date>2017-08-03T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Command - How to Save Files on Remote Path and Question About maxlocal</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112095#M183710</link>
      <description>&lt;P&gt;Did you get this resolved?&lt;BR /&gt;
I've done something similar, there are a couple of ways to get the data onto a remote server.&lt;BR /&gt;
In the past I have setup a SSHFS mount at &lt;CODE&gt;$SPLUNK_HOME/var/run/splunk/dispatch&lt;/CODE&gt;, note that this location will be used for all searches.&lt;BR /&gt;
Stop Splunk before mounting the directory, you'll need to temporarily move out the old directory in order to mount it correctly. Check the file permissions are correct and then start Splunk.&lt;BR /&gt;
The output of your DUMP commands will now be in &lt;CODE&gt;$SPLUNK_HOME/var/run/splunk/dispatch/&amp;lt;sid&amp;gt;/dump/&lt;/CODE&gt; where  is the ID of your search. &lt;BR /&gt;
It isnt the most elegant solution but it worked for me.&lt;/P&gt;

&lt;P&gt;Hope this helps! &lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 10:35:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dump-Command-How-to-Save-Files-on-Remote-Path-and-Question-About/m-p/112095#M183710</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2018-03-05T10:35:14Z</dc:date>
    </item>
  </channel>
</rss>

