<?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: Data not found after indexing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68037#M13763</link>
    <description>&lt;P&gt;Oh and it might be an idea to remove the can delete role and only add it as and when you need it. No need to keep it on all the time, especially if accidents like this happen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Dec 2012 11:32:05 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2012-12-19T11:32:05Z</dc:date>
    <item>
      <title>Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68032#M13758</link>
      <description>&lt;P&gt;I had made an application called "XYX" and kept it in .../app directory, it was working fine but suddenly applied this command  in search box in search application : &lt;/P&gt;

&lt;P&gt;index="myindex_name" | delete&lt;/P&gt;

&lt;P&gt;and then I restarted my SPLUNK tool after that when I am trying to access data through "XYX" application I dont find any data , but I have providing my data as :&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME\etc\apps\Abhay-SECOP\logs\ANZ*Mail*.txt]&lt;/P&gt;

&lt;P&gt;file is there in the Directory ANZ but still I am not able to see anything ..&lt;/P&gt;

&lt;P&gt;please help me regarding this ...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 06:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68032#M13758</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-12-19T06:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68033#M13759</link>
      <description>&lt;P&gt;Hi adhayneilam&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="myindex_name" | delete
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this command will remove your events from &lt;CODE&gt;index=myindex&lt;/CODE&gt; for all searches, so you will not be able to find them again. If your apps is based on that index, you will not get an event back.&lt;/P&gt;

&lt;P&gt;read more about the &lt;CODE&gt;delete&lt;/CODE&gt; command &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/SearchReference/Delete"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers,&lt;/P&gt;

&lt;P&gt;MuS&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 08:10:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68033#M13759</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2012-12-19T08:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68034#M13760</link>
      <description>&lt;P&gt;I love how it "suddenly applied this command" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Splunk is well known for adding the can delete role to a user and then appending the delete command to the end of a search string! Seriously though, what MuS says below is right. You'll need to do some fishbucket cleaning to get the data back again.&lt;/P&gt;

&lt;P&gt;EDIT: Read here for more detail on the fishbucket;&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/66927/no-longer-seeing-all-logs-after-clearing-index"&gt;http://splunk-base.splunk.com/answers/66927/no-longer-seeing-all-logs-after-clearing-index&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 08:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68034#M13760</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-19T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68035#M13761</link>
      <description>&lt;P&gt;Hi Drainy,&lt;/P&gt;

&lt;P&gt;I gave the following command and got this : &lt;/P&gt;

&lt;P&gt;splunk clean eventdata _fishbucket&lt;/P&gt;

&lt;P&gt;This action will permanently erase all events from the index '_fishbucket'; it c&lt;BR /&gt;
annot be undone.&lt;BR /&gt;
Are you sure you want to continue [y/n]? y&lt;BR /&gt;
ERROR: Index '_fishbucket' does not exist.&lt;/P&gt;

&lt;P&gt;Please let me know how to get it solved !!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68035#M13761</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2020-09-28T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68036#M13762</link>
      <description>&lt;P&gt;Have a full read of the link I pasted above, it covers this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 10:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68036#M13762</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-19T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68037#M13763</link>
      <description>&lt;P&gt;Oh and it might be an idea to remove the can delete role and only add it as and when you need it. No need to keep it on all the time, especially if accidents like this happen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68037#M13763</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-19T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68038#M13764</link>
      <description>&lt;P&gt;speak to your storage team and get them to restore /opt/splunk/var/lib/splunk/&amp;lt;name of the index you wiped&amp;gt;&lt;/P&gt;

&lt;P&gt;you wiped your index clean&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68038#M13764</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-12-19T12:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found after indexing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68039#M13765</link>
      <description>&lt;P&gt;We run SPLUNK in test and dev environment to test parsing logic before moved to production monitoring. so need to reset Heavy Forwarder to index from scratch once parsing logic has been updated.&lt;/P&gt;

&lt;P&gt;On the heavy forwarder i am trying to use&lt;/P&gt;

&lt;P&gt;$ ./splunk clean eventdata -index fishbucket This action will permanently erase all events from the index 'fishbucket'; it cannot be undone. Are you sure you want to continue [y/n]? y ERROR: Index 'fishbucket' does not exist. [ebstsf-17] /app/splunk/bin $ ./splunk clean eventdata _fishbucket This action will permanently erase all events from the index 'fishbucket'; it cannot be undone. Are you sure you want to continue [y/n]? y ERROR: Index '_fishbucket' does not exist. [ebstsf-17] /app/splunk/bin $ cd ../var/lib/&lt;/P&gt;

&lt;P&gt;Both commands throw ERROR: Index '_fishbucket' does not exist.&lt;/P&gt;

&lt;P&gt;please help&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-not-found-after-indexing/m-p/68039#M13765</guid>
      <dc:creator>dgililo</dc:creator>
      <dc:date>2020-09-28T14:51:41Z</dc:date>
    </item>
  </channel>
</rss>

