<?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 the deleted data in splunk. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122485#M25354</link>
    <description>&lt;P&gt;Hi felix_fxm,&lt;/P&gt;

&lt;P&gt;using the &lt;CODE&gt;delete&lt;/CODE&gt; command will not remove the events, there are only hidden from search. Also, Splunk will not forget about this already indexed file.&lt;/P&gt;

&lt;P&gt;If this is a test setup and you're just starting, use the &lt;CODE&gt;splunk clean all&lt;/CODE&gt; command which will remove the events and also clean up the so called &lt;CODE&gt;_fishbucket&lt;/CODE&gt; this is where splunk keeps track of already indexed files.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2014 10:19:40 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-09-12T10:19:40Z</dc:date>
    <item>
      <title>How to re-index the deleted data in splunk.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122483#M25352</link>
      <description>&lt;P&gt;I indexed some data into splunk by .csv file, but there is some problem with it. So I removed them by "|delete" command. Now I want to re-index them, and hope splunk can update the data if the original file is updated. &lt;BR /&gt;
Then I added data file successfully, but the items are not indexed to splunk, do you know how to make it?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:01:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122483#M25352</guid>
      <dc:creator>felix_fxm</dc:creator>
      <dc:date>2014-09-12T10:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index the deleted data in splunk.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122484#M25353</link>
      <description>&lt;P&gt;Splunk isn't indexing the file because it thinks it already has.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Storm/Storm/User/Editinputsconf"&gt;You need to edit inputs.conf with a CRC salt so the hash splunk makes upon indexing files is changed.&lt;/A&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;CODE&gt;crcSalt = &amp;lt;source&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Adding that under the stanza where you've identified the specific input will change the hash sufficiently that splunk will re-index.  Once you make that change and restart splunk it should pick it back up again to be indexed.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122484#M25353</guid>
      <dc:creator>rgonzale6</dc:creator>
      <dc:date>2014-09-12T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index the deleted data in splunk.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122485#M25354</link>
      <description>&lt;P&gt;Hi felix_fxm,&lt;/P&gt;

&lt;P&gt;using the &lt;CODE&gt;delete&lt;/CODE&gt; command will not remove the events, there are only hidden from search. Also, Splunk will not forget about this already indexed file.&lt;/P&gt;

&lt;P&gt;If this is a test setup and you're just starting, use the &lt;CODE&gt;splunk clean all&lt;/CODE&gt; command which will remove the events and also clean up the so called &lt;CODE&gt;_fishbucket&lt;/CODE&gt; this is where splunk keeps track of already indexed files.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122485#M25354</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-09-12T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index the deleted data in splunk.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122486#M25355</link>
      <description>&lt;P&gt;there are multiple files with the same name, on my win machine I modified C:\Program Files\Splunk\etc\system\local\inputs.conf&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 05:30:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122486#M25355</guid>
      <dc:creator>mzq</dc:creator>
      <dc:date>2015-03-17T05:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-index the deleted data in splunk.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122487#M25356</link>
      <description>&lt;P&gt;splunk can not update the file, it just re-index the new file.&lt;BR /&gt;
for your problem, you have two options&lt;BR /&gt;
1. create a new index and recharge your .csv file inside&lt;BR /&gt;
2. you either delete this file using the &lt;CODE&gt;splunk clean&lt;/CODE&gt; command and then reload you again your file&lt;BR /&gt;
let me know if this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-re-index-the-deleted-data-in-splunk/m-p/122487#M25356</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-03-17T09:25:53Z</dc:date>
    </item>
  </channel>
</rss>

