<?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: How to forward old data from a forwarder to a new Splunk index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152915#M31143</link>
    <description>&lt;P&gt;This is some kind of a &lt;CODE&gt;hardcore&lt;/CODE&gt; way, but it will work as well if you stop the forwarder and delete &lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\var\lib\splunk\fishbucket&lt;/CODE&gt; the directory will then be re-created if you start the forwarder again.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2015 10:28:40 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-03-03T10:28:40Z</dc:date>
    <item>
      <title>How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152907#M31135</link>
      <description>&lt;P&gt;Hey guys, I'm new to splunk and I really need ur help!!!&lt;/P&gt;

&lt;P&gt;As what I know, once the data from a .log file are loaded by forwarder to Splunk, the forwarder won't load them again if the .log file has not been change. What I want to do is to get the old data to a new Splunk index without changing the .log file and what happens is the index gets nothing. So is there any way to clear the record (or change some configuration? i don't know) on what the forwarder has already sent and make it forward that old data again? Thx so much!!!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 03:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152907#M31135</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-02-28T03:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152908#M31136</link>
      <description>&lt;P&gt;Hi LuiesCui,&lt;/P&gt;

&lt;P&gt;you can either clean the index &lt;CODE&gt;fishbucket&lt;/CODE&gt; on the forwarder by running the following command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk clean all
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will force the forwarder the re-load everything or you add the following option &lt;CODE&gt;crcSalt = REINDEXMEPLEASE&lt;/CODE&gt; to your monitor stanza in &lt;CODE&gt;inputs.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\temp\tutorialdata]
disabled = 0
index = foo
sourcetype = myfoo
crcSalt = REINDEXMEPLEASE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;restart the forwarder, wait some seconds and immediately remove the option from &lt;CODE&gt;inputs.conf&lt;/CODE&gt; without restarting the forwarder.&lt;BR /&gt;
This will enable you to selectively re-load single inputs. Both methods tested and working on Windows with Splunk universal forwarder 6.1.1&lt;/P&gt;

&lt;P&gt;Hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 07:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152908#M31136</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-02-28T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152909#M31137</link>
      <description>&lt;P&gt;Thank u so much! Still I have some questions about the fishbucket. I'm using the forwarder on win 7 and I think where I type the command is the cmd.exe right? But what cmd.exe shows is "is not recognized as an internal or external command,&lt;BR /&gt;
operable program or batch file." And the way by editing input.conf works once. If I do the same thing on the same .log files again, no data loaded. &lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 01:48:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152909#M31137</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-03-02T01:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152910#M31138</link>
      <description>&lt;P&gt;On windows it's probably &lt;CODE&gt;c:\program files\spunkforwarder\bin\splunk clean eventdata -index _thefishbucket&lt;/CODE&gt; . The &lt;CODE&gt;inputs.conf&lt;/CODE&gt; method will work each time, don't forget to restart the forwarder after the modification.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 06:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152910#M31138</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-03-02T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152911#M31139</link>
      <description>&lt;P&gt;Another approach would be backup the &lt;CODE&gt;c:\program files\spunkforwarder\etc\apps&lt;/CODE&gt; directory on the forwarder machine and then un-install and reinstall the forwarder. place back the contents of the apps directory and then start the forwarder.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152911#M31139</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2015-03-02T18:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152912#M31140</link>
      <description>&lt;P&gt;Well the input.conf method is still not working. And the cli method shows "Error: Cleaning eventdata is not supported on this version." I am using the forwarder of 6.1.1 32bit on win 7 64bit. What would happen if I just delete the fishbucket?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 01:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152912#M31140</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-03-03T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152913#M31141</link>
      <description>&lt;P&gt;Can I just delete the fishbucket?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 01:55:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152913#M31141</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-03-03T01:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152914#M31142</link>
      <description>&lt;P&gt;my bad, sorry the clean command was from an indexer ..... see my updates in the answer, both will work for you.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 10:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152914#M31142</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-03-03T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152915#M31143</link>
      <description>&lt;P&gt;This is some kind of a &lt;CODE&gt;hardcore&lt;/CODE&gt; way, but it will work as well if you stop the forwarder and delete &lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\var\lib\splunk\fishbucket&lt;/CODE&gt; the directory will then be re-created if you start the forwarder again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 10:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152915#M31143</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-03-03T10:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152916#M31144</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 01:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152916#M31144</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-03-04T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152917#M31145</link>
      <description>&lt;P&gt;Hi, MuS,&lt;/P&gt;

&lt;P&gt;What will happen if he didn't remove the option from inputs.conf?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Dan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 05:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152917#M31145</guid>
      <dc:creator>dantimola</dc:creator>
      <dc:date>2017-06-14T05:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward old data from a forwarder to a new Splunk index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152918#M31146</link>
      <description>&lt;P&gt;Hi dantimola,&lt;/P&gt;

&lt;P&gt;if you don't remove it, the universal forwarder will re-index all the things all the time for this monitor. By adding it once and removing it immediately the uf will just re-index all the things once.&lt;/P&gt;

&lt;P&gt;Hope this answers your question?&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-old-data-from-a-forwarder-to-a-new-Splunk-index/m-p/152918#M31146</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-06-14T19:55:33Z</dc:date>
    </item>
  </channel>
</rss>

