<?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: no longer seeing all logs after clearing index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43624#M10267</link>
    <description>&lt;P&gt;Ah, in that case you will just need to delete the fishbucket manually, use an rm -rf on the var/lib/splunk/fishbucket directory within the forwarder directory. Make a backup first but this should do the job&lt;/P&gt;</description>
    <pubDate>Fri, 23 Nov 2012 10:47:17 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2012-11-23T10:47:17Z</dc:date>
    <item>
      <title>no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43616#M10259</link>
      <description>&lt;P&gt;I am no longer seeing all my logs on the indexer after clearing the index of all data. Is there something that needs to be cleared or restarted on the forwarder so all the available logs can be gobbled up again?&lt;/P&gt;

&lt;P&gt;I used this command on the indexer&lt;/P&gt;

&lt;P&gt;splunk clean eventdata -index proxylogs -f&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 08:44:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43616#M10259</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T08:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43617#M10260</link>
      <description>&lt;P&gt;What command did you use to clear the indexes? Splunk stores a record of what it has read in something called the fishbucket, these exist on forwarders too so you need to clear them on an indexer (if its reading local files) or a forwarder (if its reading local files on a remote server)&lt;/P&gt;

&lt;P&gt;From memory I believe the command is;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk clean eventdata _fishbucket&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you don't have anything else of importance in other indexes or want to do this on a forwarder then you can just do a clean all.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 08:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43617#M10260</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-23T08:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43618#M10261</link>
      <description>&lt;P&gt;Right, so you need to clear the fishbucket, only a clean all would hit the fishbucket too&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 09:04:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43618#M10261</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-23T09:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43619#M10262</link>
      <description>&lt;P&gt;I am running version 4.2.4 on Solaris - when I run the command I get he following error:&lt;/P&gt;

&lt;P&gt;This action will permanently erase all events from the index '_fishbucket'; it cannot be undone.&lt;BR /&gt;
Are you sure you want to continue [y/n]? y&lt;/P&gt;

&lt;P&gt;ERROR: Cleaning eventdata is not supported on this version.&lt;/P&gt;

&lt;P&gt;thanks&lt;BR /&gt;
Jon&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 09:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43619#M10262</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T09:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43620#M10263</link>
      <description>&lt;P&gt;hmm, perhaps ./splunk clean eventdata -index _fishbucket    or if not, is there other data you need or could you reindex it all? (depends if this is prod or not really..) You could just run ./splunk clean eventdata (Warning, this deletes everything)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 09:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43620#M10263</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-23T09:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43621#M10264</link>
      <description>&lt;P&gt;strange - seems I have another issue now! I have tried all the variations of the command and still cannot clean the index always comes back with  this error: ERROR: Cleaning eventdata is not supported on this version.&lt;/P&gt;

&lt;P&gt;./splunk clean eventdata -index _fishbucket&lt;BR /&gt;
./splunk clean eventdata&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 09:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43621#M10264</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43622#M10265</link>
      <description>&lt;P&gt;try running ./splunk help clean and see what it says &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The docs seem to match what I've pasted but its clearly not happy.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 10:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43622#M10265</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-23T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43623#M10266</link>
      <description>&lt;P&gt;Looks like this command is no longer supported, I have seen one other person with same issue but no solution. Will start new thread "clean eventdata command not supported on UF" &lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 10:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43623#M10266</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43624#M10267</link>
      <description>&lt;P&gt;Ah, in that case you will just need to delete the fishbucket manually, use an rm -rf on the var/lib/splunk/fishbucket directory within the forwarder directory. Make a backup first but this should do the job&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 10:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43624#M10267</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-23T10:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43625#M10268</link>
      <description>&lt;P&gt;I have cleared out the index on my indexer and the fishbucket on the Universal forwarder but I am still only receiving logs from one particular file in the directory being monitored, the directory has multiple files which should be feeding into the indexer. The tailing message I get is below: INFO  TailingProcessor - Archive file&lt;/P&gt;

&lt;P&gt;11-23-2012 13:20:22.718 +0000 INFO  TailingProcessor - Archive file='/var/opt/proxy/logs/lxnhostp01/access1211231318-x.2x3.1x4.x.log.gz' has stopped changing, will read it now.&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;thanks&lt;BR /&gt;
Jon&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43625#M10268</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: no longer seeing all logs after clearing index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43626#M10269</link>
      <description>&lt;P&gt;had to manually clear out the fishbucket rm -rf all files in fishbucket due to  the following error:&lt;/P&gt;

&lt;P&gt;"strange - seems I have another issue now! I have tried all the variations of the command and still cannot clean the index always comes back with this error: ERROR: Cleaning eventdata is not supported on this version.&lt;BR /&gt;
./splunk clean eventdata -index _fishbucket &lt;BR /&gt;
./splunk clean eventdata"&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/no-longer-seeing-all-logs-after-clearing-index/m-p/43626#M10269</guid>
      <dc:creator>jonathanfalconi</dc:creator>
      <dc:date>2012-11-23T13:27:02Z</dc:date>
    </item>
  </channel>
</rss>

