<?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: When will my buckets roll? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/When-will-my-buckets-roll/m-p/579472#M25126</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In practically thinking you can count that it starts when hot bucket rolls to warm. It count the time from event's time not indexing time. Basically this means that this time can fulfil already when hot -&amp;gt; warm rolling has happened. But as all buckets has several event splunk will look the newest event (based on event creation time/_time) this is not that simple. Splunk must wait until all events has older than&amp;nbsp;&lt;SPAN&gt;frozenTimePeriodInSecs before it get rid of that bucket. For that&amp;nbsp;reason it's&amp;nbsp;normal situation that there are some older events in splunk than you are&amp;nbsp;expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you&amp;nbsp;already notice there are&amp;nbsp;also other parameters which define when the bucket actually will be frozen. Usually this means that lowest value of those will define that&amp;nbsp;&lt;/SPAN&gt;time.&lt;/P&gt;&lt;P&gt;There is something more:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Indexer/Setaretirementandarchivingpolicy" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Indexer/Setaretirementandarchivingpolicy&lt;/A&gt;&lt;/LI&gt;&lt;LI&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;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could also search more information from community.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 14:05:59 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-12-29T14:05:59Z</dc:date>
    <item>
      <title>When will my buckets roll?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/When-will-my-buckets-roll/m-p/579468#M25125</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have a clustered environment which collects 2000gb+/day with indexes.conf settings below and the rest of the settings is default.&lt;BR /&gt;When does the&amp;nbsp;&lt;SPAN class=""&gt;frozenTimePeriodInSecs starts its count? Is it when the data is in the hot, warm or cold buckets?&lt;BR /&gt;When will the buckets roll from hot to warm, and from warm to frozen in my case? Is it after 90 days since MaxHotSpanSecs default is 90 days?&lt;BR /&gt;What is the approximate retention time for data with this config?&lt;BR /&gt;And the&amp;nbsp;maxWarmDBCount = 4294967295 seems really high in this case. See config below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;[index_name]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;homePath = volume:hot_warm/index_name/main/db&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;coldPath = volume:cold/index_name/main/colddb&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;thawedPath = /opt/splunk/indexes/index_name/main/thaweddb&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;maxWarmDBCount = 4294967295&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;frozenTimePeriodInSecs = 31104000&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;maxDataSize = auto_high_volume&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;maxTotalDataSizeMB = 4294967295&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;repFactor = auto&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 13:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/When-will-my-buckets-roll/m-p/579468#M25125</guid>
      <dc:creator>erw550</dc:creator>
      <dc:date>2021-12-29T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: When will my buckets roll?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/When-will-my-buckets-roll/m-p/579472#M25126</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In practically thinking you can count that it starts when hot bucket rolls to warm. It count the time from event's time not indexing time. Basically this means that this time can fulfil already when hot -&amp;gt; warm rolling has happened. But as all buckets has several event splunk will look the newest event (based on event creation time/_time) this is not that simple. Splunk must wait until all events has older than&amp;nbsp;&lt;SPAN&gt;frozenTimePeriodInSecs before it get rid of that bucket. For that&amp;nbsp;reason it's&amp;nbsp;normal situation that there are some older events in splunk than you are&amp;nbsp;expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you&amp;nbsp;already notice there are&amp;nbsp;also other parameters which define when the bucket actually will be frozen. Usually this means that lowest value of those will define that&amp;nbsp;&lt;/SPAN&gt;time.&lt;/P&gt;&lt;P&gt;There is something more:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Indexer/Setaretirementandarchivingpolicy" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Indexer/Setaretirementandarchivingpolicy&lt;/A&gt;&lt;/LI&gt;&lt;LI&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;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could also search more information from community.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 14:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/When-will-my-buckets-roll/m-p/579472#M25126</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-29T14:05:59Z</dc:date>
    </item>
  </channel>
</rss>

