<?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: Roll hotwarm data to cold when frozenTimePeriodInSecs is met in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680486#M27973</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265393"&gt;@rickymckenzie10&lt;/a&gt;&amp;nbsp;I think that you should read at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/Admin/Indexesconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://conf.splunk.com/files/2017/slides/splunk-data-life-cycle-determining-when-and-where-to-roll-data.pdf" target="_blank"&gt;https://conf.splunk.com/files/2017/slides/splunk-data-life-cycle-determining-when-and-where-to-roll-data.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;frozenTimePeriodInSecs = &amp;lt;nonnegative integer&amp;gt;&lt;BR /&gt;* The number of seconds after which indexed data rolls to frozen.&lt;BR /&gt;* If you do not specify a 'coldToFrozenScript', data is deleted when rolled to&lt;BR /&gt;frozen.&lt;BR /&gt;* NOTE: Every event in a bucket must be older than 'frozenTimePeriodInSecs'&lt;BR /&gt;seconds before the bucket rolls to frozen.&lt;BR /&gt;* The highest legal value is 4294967295.&lt;BR /&gt;* Default: 188697600 (6 years)&lt;/PRE&gt;&lt;PRE&gt;maxTotalDataSizeMB = &amp;lt;nonnegative integer&amp;gt;&lt;BR /&gt;* The maximum size of an index, in megabytes.&lt;BR /&gt;* If an index grows larger than the maximum size, splunkd freezes the oldest&lt;BR /&gt;data in the index.&lt;BR /&gt;* This setting applies only to hot, warm, and cold buckets. It does&lt;BR /&gt;not apply to thawed buckets.&lt;BR /&gt;* CAUTION: The 'maxTotalDataSizeMB' size limit can be reached before the time &lt;BR /&gt;limit defined in 'frozenTimePeriodInSecs' due to the way bucket time spans &lt;BR /&gt;are calculated. When the 'maxTotalDataSizeMB' limit is reached, the buckets &lt;BR /&gt;are rolled to frozen. As the default policy for frozen data is deletion, &lt;BR /&gt;unintended data loss could occur.&lt;BR /&gt;* Splunkd ignores this setting on remote storage enabled indexes.&lt;BR /&gt;* Highest legal value is 4294967295&lt;BR /&gt;* Default: 500000&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 05:52:28 GMT</pubDate>
    <dc:creator>kiran_panchavat</dc:creator>
    <dc:date>2024-03-13T05:52:28Z</dc:date>
    <item>
      <title>Roll hotwarm data to cold when frozenTimePeriodInSecs is met</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680449#M27972</link>
      <description>&lt;P&gt;Hello, how can I ensure the data being sent to&amp;nbsp;cool_index is rolled to cold when the data is 120 days old?&lt;/P&gt;&lt;P&gt;The config I'll use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[cool_index]
homePath = volume:hotwarm/cool_index/db
coldPath = volume:cold/cool_index/colddb
thawedPath = $SPLUNK_DB/cool_index/thaweddb
frozenTimePeriodInSecs = 10368000 #120 day retention
maxTotalDataSizeMB = 60000
maxDataSize=auto
repFactor=auto&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;am I missing something?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 22:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680449#M27972</guid>
      <dc:creator>rickymckenzie10</dc:creator>
      <dc:date>2024-03-12T22:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Roll hotwarm data to cold when frozenTimePeriodInSecs is met</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680486#M27973</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265393"&gt;@rickymckenzie10&lt;/a&gt;&amp;nbsp;I think that you should read at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/Admin/Indexesconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://conf.splunk.com/files/2017/slides/splunk-data-life-cycle-determining-when-and-where-to-roll-data.pdf" target="_blank"&gt;https://conf.splunk.com/files/2017/slides/splunk-data-life-cycle-determining-when-and-where-to-roll-data.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;frozenTimePeriodInSecs = &amp;lt;nonnegative integer&amp;gt;&lt;BR /&gt;* The number of seconds after which indexed data rolls to frozen.&lt;BR /&gt;* If you do not specify a 'coldToFrozenScript', data is deleted when rolled to&lt;BR /&gt;frozen.&lt;BR /&gt;* NOTE: Every event in a bucket must be older than 'frozenTimePeriodInSecs'&lt;BR /&gt;seconds before the bucket rolls to frozen.&lt;BR /&gt;* The highest legal value is 4294967295.&lt;BR /&gt;* Default: 188697600 (6 years)&lt;/PRE&gt;&lt;PRE&gt;maxTotalDataSizeMB = &amp;lt;nonnegative integer&amp;gt;&lt;BR /&gt;* The maximum size of an index, in megabytes.&lt;BR /&gt;* If an index grows larger than the maximum size, splunkd freezes the oldest&lt;BR /&gt;data in the index.&lt;BR /&gt;* This setting applies only to hot, warm, and cold buckets. It does&lt;BR /&gt;not apply to thawed buckets.&lt;BR /&gt;* CAUTION: The 'maxTotalDataSizeMB' size limit can be reached before the time &lt;BR /&gt;limit defined in 'frozenTimePeriodInSecs' due to the way bucket time spans &lt;BR /&gt;are calculated. When the 'maxTotalDataSizeMB' limit is reached, the buckets &lt;BR /&gt;are rolled to frozen. As the default policy for frozen data is deletion, &lt;BR /&gt;unintended data loss could occur.&lt;BR /&gt;* Splunkd ignores this setting on remote storage enabled indexes.&lt;BR /&gt;* Highest legal value is 4294967295&lt;BR /&gt;* Default: 500000&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 05:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680486#M27973</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2024-03-13T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Roll hotwarm data to cold when frozenTimePeriodInSecs is met</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680545#M27975</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;that .conf presentation which&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;are referring is excellent even it's little bit old and don't contains all new stuff like S2 (Splunk Smart Store). Please read it and also some other answers which are talking bout that same issue.&lt;/P&gt;&lt;P&gt;Shortly, You cannot ensure that events are moved into cold storage based on age! There are no parameter which define this for warm bucket. Moving warm to cold is defined base on bucket count not based on time.&lt;/P&gt;&lt;P&gt;frozenTimePerioInSecs is used for moving cold buckets to frozen (archiving those outside of splunk or remove those as default action).&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 13:38:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Roll-hotwarm-data-to-cold-when-frozenTimePeriodInSecs-is-met/m-p/680545#M27975</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-03-13T13:38:34Z</dc:date>
    </item>
  </channel>
</rss>

