<?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: Is there a method for rolling data completely out of an idex based on its age? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84086#M182013</link>
    <description>&lt;P&gt;You can set the retention period of an index via the indexes.conf file:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Indexesconf" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;frozenTimePeriodInSecs = &amp;lt;integer&amp;gt;
* Number of seconds after which indexed data rolls to frozen.
* If you do not specify a coldToFrozenScript, this data is erased.
* IMPORTANT: Every event in the DB must be older than frozenTimePeriodInSecs before it will roll.
* frozenTimePeriodInSecs will be frozen the next time splunkd checks.
* Defaults to 188697600.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should apply the above value within your specific index stanza.  By default, frozen implies that data is deleted.  &lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2010 23:11:21 GMT</pubDate>
    <dc:creator>Simeon</dc:creator>
    <dc:date>2010-11-04T23:11:21Z</dc:date>
    <item>
      <title>Is there a method for rolling data completely out of an idex based on its age?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84085#M182012</link>
      <description>&lt;P&gt;I have a need to automatically roll data completely out of an index so that it's no longer searchable after a number of days.  Is this possible?  how do I go about it?  &lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2010 22:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84085#M182012</guid>
      <dc:creator>cdavidy</dc:creator>
      <dc:date>2010-11-04T22:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a method for rolling data completely out of an idex based on its age?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84086#M182013</link>
      <description>&lt;P&gt;You can set the retention period of an index via the indexes.conf file:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Indexesconf" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;frozenTimePeriodInSecs = &amp;lt;integer&amp;gt;
* Number of seconds after which indexed data rolls to frozen.
* If you do not specify a coldToFrozenScript, this data is erased.
* IMPORTANT: Every event in the DB must be older than frozenTimePeriodInSecs before it will roll.
* frozenTimePeriodInSecs will be frozen the next time splunkd checks.
* Defaults to 188697600.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should apply the above value within your specific index stanza.  By default, frozen implies that data is deleted.  &lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2010 23:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84086#M182013</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-11-04T23:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a method for rolling data completely out of an idex based on its age?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84087#M182014</link>
      <description>&lt;P&gt;This is the answer to do the rolling automatically.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/664/how-can-i-trigger-migration-of-buckets-from-warm-to-cold" rel="nofollow"&gt;http://answers.splunk.com/questions/664/how-can-i-trigger-migration-of-buckets-from-warm-to-cold&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Keep in mind that both hot and warm are still searchable. If you want to search the cold bucket, you can specify that.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2010 20:19:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84087#M182014</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-11-05T20:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a method for rolling data completely out of an idex based on its age?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84088#M182015</link>
      <description>&lt;P&gt;In 4.x, there is no functional distinction in search between data in hot or cold buckets, i.e., searches will look in cold automatically as appropriate.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2010 20:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84088#M182015</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-11-05T20:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a method for rolling data completely out of an idex based on its age?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84089#M182016</link>
      <description>&lt;P&gt;You can set &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt;, but it does not necessarily guarantee that data will be removed when it reaches that age. What it does specify is that data &lt;EM&gt;may&lt;/EM&gt; be rolled out when it hits that age, provided that everything in its data bucket is also aged enough to be rolled out. &lt;/P&gt;

&lt;P&gt;You can control to some degree by setting &lt;CODE&gt;maxHotSpanSecs&lt;/CODE&gt;, but this setting can have significant impact on search performance and changing it probably requires changing other index configurations, and generally should not be done without official Splunk recommendations.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2010 20:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-method-for-rolling-data-completely-out-of-an-idex/m-p/84089#M182016</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-11-05T20:50:48Z</dc:date>
    </item>
  </channel>
</rss>

