<?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 re-index data in a different index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325594#M60514</link>
    <description>&lt;P&gt;Feel free to upvote if this answer helped you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 16:38:00 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2018-02-08T16:38:00Z</dc:date>
    <item>
      <title>How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325588#M60508</link>
      <description>&lt;P&gt;I am trying to forward a csv file to a new index. However, I found that it has already been forwarded to another index. &lt;/P&gt;

&lt;P&gt;In inputs.conf, I removed the stanza pointing this file to the other index and added a new stanza pointing to the desired index and restarted the forwarder. The data is not present in the new index.&lt;/P&gt;

&lt;P&gt;Is there a way to re-index this csv file into the new index?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325588#M60508</guid>
      <dc:creator>matstap</dc:creator>
      <dc:date>2018-01-23T22:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325589#M60509</link>
      <description>&lt;P&gt;The behavior your experiencing is due to the fishbucket on the forwarder. This keeps track of whats already been indexed to ensure there's no duplicate indexed data. You have a few options here, you can wipe the record from the fishbbucket, change the file name, or open the file and add/change a single character so it looks like a new file. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2008/08/14/what-is-this-fishbucket-thing.html"&gt;https://www.splunk.com/blog/2008/08/14/what-is-this-fishbucket-thing.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2008/08/27/more-fishbucket-fun.html"&gt;https://www.splunk.com/blog/2008/08/27/more-fishbucket-fun.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 23:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325589#M60509</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-01-23T23:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325590#M60510</link>
      <description>&lt;P&gt;How are you able to remove a single record from the fishbucket?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 00:28:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325590#M60510</guid>
      <dc:creator>matstap</dc:creator>
      <dc:date>2018-01-24T00:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325591#M60511</link>
      <description>&lt;P&gt;Logon to the CLI of your UF and go to the splunk directory and issue this command. Make sure to replace $FILE with your file name&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk cmd btprobe -d $SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file $FILE --reset&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 02:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325591#M60511</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-01-24T02:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325592#M60512</link>
      <description>&lt;P&gt;Thanks! That did the trick&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325592#M60512</guid>
      <dc:creator>matstap</dc:creator>
      <dc:date>2018-01-24T17:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325593#M60513</link>
      <description>&lt;P&gt;Thanks - I found that answer right after posting but couldn't find this as posted yet to be able to update- thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325593#M60513</guid>
      <dc:creator>cdhgold</dc:creator>
      <dc:date>2018-02-08T16:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index data in a different index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325594#M60514</link>
      <description>&lt;P&gt;Feel free to upvote if this answer helped you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:38:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-data-in-a-different-index/m-p/325594#M60514</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-02-08T16:38:00Z</dc:date>
    </item>
  </channel>
</rss>

