<?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 really delete, NOT HIDE, data from splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70582#M14356</link>
    <description>&lt;P&gt;Yes, but with a caveat.  It will only delete the buckets with the newest event is older than that.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2012 20:21:31 GMT</pubDate>
    <dc:creator>mikelanghorst</dc:creator>
    <dc:date>2012-09-26T20:21:31Z</dc:date>
    <item>
      <title>how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70578#M14352</link>
      <description>&lt;P&gt;I want to delete everything older than 90 days.  I've searched and found several answers to 'how do I delete data...' where the answers have assumed that the word 'delete' equals 'hide'.  I don't want to hide data, I don't want to export and reimport data.  I want to delete data.  I want it to be removed from my system permanantly&lt;/P&gt;

&lt;P&gt;Is there an App that will do this or do I really have to delete everything and start over.&lt;/P&gt;

&lt;P&gt;Alternatively, I'd be able to live with modifying the system to only store 90 days' worth of data and simply delete everything and start over.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 07:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70578#M14352</guid>
      <dc:creator>tvaniderstine</dc:creator>
      <dc:date>2011-09-06T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70579#M14353</link>
      <description>&lt;P&gt;Take a look at &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Setaretirementandarchivingpolicy"&gt;this&lt;/A&gt; , you have to configure this per index.&lt;BR /&gt;
So e.g. in indexes.conf&lt;/P&gt;

&lt;P&gt;[main]&lt;BR /&gt;
frozenTimePeriodInSecs = 7776000&lt;/P&gt;

&lt;P&gt;This wil delete data from the main index after 90 days (so its in seconds)&lt;/P&gt;

&lt;P&gt;Regarding the delete on demand, you can clean per index as in :&lt;/P&gt;

&lt;P&gt;splunk clean evendata -index "indexname"&lt;/P&gt;

&lt;P&gt;( splunk has to stopped)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 08:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70579#M14353</guid>
      <dc:creator>Starlette</dc:creator>
      <dc:date>2011-09-06T08:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70580#M14354</link>
      <description>&lt;P&gt;One item to note, clean eventdata -index will delete all data in that index, no option to selectively delete data in an index.&lt;/P&gt;

&lt;P&gt;If you need to keep some data but remove other data at the 90 mark, you'll need to keep that data in separate indexes.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 17:12:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70580#M14354</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2011-09-06T17:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70581#M14355</link>
      <description>&lt;P&gt;So say I have an index that's got data in it back 120 Days, then I set this:&lt;/P&gt;

&lt;P&gt;[indexname]&lt;BR /&gt;
frozenTimePeriodInSecs = 7776000&lt;/P&gt;

&lt;P&gt;I'm assuming that if I restart splunk, it will automatically go through and start deleting stuff older than 90 days on its own.  Is this correct?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70581#M14355</guid>
      <dc:creator>beaunewcomb</dc:creator>
      <dc:date>2012-09-26T20:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70582#M14356</link>
      <description>&lt;P&gt;Yes, but with a caveat.  It will only delete the buckets with the newest event is older than that.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70582#M14356</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2012-09-26T20:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70583#M14357</link>
      <description>&lt;P&gt;Ok... weird...  thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70583#M14357</guid>
      <dc:creator>beaunewcomb</dc:creator>
      <dc:date>2012-09-26T20:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to really delete, NOT HIDE, data from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70584#M14358</link>
      <description>&lt;P&gt;What do you mean by &lt;BR /&gt;
[main]&lt;BR /&gt;
and where would I type that command in?&lt;BR /&gt;
I'm new to Splunk and have just set it up with 1 cisco firewall inputting syslog data.  I've just barely messed with this web GUI interface.&lt;/P&gt;

&lt;P&gt;If I want to set an auto delete policy for my data because the disk size I am using is a small 25GB drive, how do you navigate to the area to type in the command above:&lt;BR /&gt;
frozenTimePeriodInSecs = 7776000&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2013 19:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-really-delete-NOT-HIDE-data-from-splunk/m-p/70584#M14358</guid>
      <dc:creator>mnestorc</dc:creator>
      <dc:date>2013-01-05T19:35:33Z</dc:date>
    </item>
  </channel>
</rss>

