<?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 Question about max total and hot/warm/cold size in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Question-about-max-total-and-hot-warm-cold-size/m-p/528489#M89096</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i configure my index like this :&lt;/P&gt;&lt;P&gt;# volume definitions&lt;/P&gt;&lt;P&gt;[volume:hotwarm_cold]&lt;BR /&gt;path = /mnt/fast_disk&lt;BR /&gt;maxVolumeDataSizeMB = 5976884&lt;/P&gt;&lt;P&gt;# index definition (calculation is based on a single index)&lt;/P&gt;&lt;P&gt;[main]&lt;BR /&gt;homePath = volume:hotwarm_cold/defaultdb/db&lt;BR /&gt;coldPath = volume:hotwarm_cold/defaultdb/colddb&lt;BR /&gt;thawedPath = $SPLUNK_DB/defaultdb/thaweddb&lt;BR /&gt;homePath.maxDataSizeMB = 768000&lt;BR /&gt;coldPath.maxDataSizeMB = 2304000&lt;BR /&gt;maxWarmDBCount = 4294967295&lt;BR /&gt;frozenTimePeriodInSecs = 10368000&lt;BR /&gt;maxDataSize = auto_high_volume&lt;BR /&gt;coldToFrozenDir = /mnt/fast_disk/defaultdb/frozendb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in index management i see&lt;/P&gt;&lt;P&gt;Max Size of the Entire Index: 500000&lt;/P&gt;&lt;P&gt;what does Max Size of Entire Index do? and i configure my hot/warm size to 750gb, what happens in my index reach Max Size of Entire Index value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second question is what does Max Size of Hot/Warm/Cold Bucket do? and what is the difference between auto and auto_high_volume?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2020 08:07:32 GMT</pubDate>
    <dc:creator>vitojij183</dc:creator>
    <dc:date>2020-11-09T08:07:32Z</dc:date>
    <item>
      <title>Question about max total and hot/warm/cold size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Question-about-max-total-and-hot-warm-cold-size/m-p/528489#M89096</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i configure my index like this :&lt;/P&gt;&lt;P&gt;# volume definitions&lt;/P&gt;&lt;P&gt;[volume:hotwarm_cold]&lt;BR /&gt;path = /mnt/fast_disk&lt;BR /&gt;maxVolumeDataSizeMB = 5976884&lt;/P&gt;&lt;P&gt;# index definition (calculation is based on a single index)&lt;/P&gt;&lt;P&gt;[main]&lt;BR /&gt;homePath = volume:hotwarm_cold/defaultdb/db&lt;BR /&gt;coldPath = volume:hotwarm_cold/defaultdb/colddb&lt;BR /&gt;thawedPath = $SPLUNK_DB/defaultdb/thaweddb&lt;BR /&gt;homePath.maxDataSizeMB = 768000&lt;BR /&gt;coldPath.maxDataSizeMB = 2304000&lt;BR /&gt;maxWarmDBCount = 4294967295&lt;BR /&gt;frozenTimePeriodInSecs = 10368000&lt;BR /&gt;maxDataSize = auto_high_volume&lt;BR /&gt;coldToFrozenDir = /mnt/fast_disk/defaultdb/frozendb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in index management i see&lt;/P&gt;&lt;P&gt;Max Size of the Entire Index: 500000&lt;/P&gt;&lt;P&gt;what does Max Size of Entire Index do? and i configure my hot/warm size to 750gb, what happens in my index reach Max Size of Entire Index value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second question is what does Max Size of Hot/Warm/Cold Bucket do? and what is the difference between auto and auto_high_volume?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 08:07:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Question-about-max-total-and-hot-warm-cold-size/m-p/528489#M89096</guid>
      <dc:creator>vitojij183</dc:creator>
      <dc:date>2020-11-09T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question about max total and hot/warm/cold size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Question-about-max-total-and-hot-warm-cold-size/m-p/528530#M89102</link>
      <description>&lt;P&gt;When your index hits 500000 MB (500G), data will be rolled over to frozen. If you don't have a frozen path/script in place when that occurs the data will be deleted.&lt;/P&gt;&lt;P&gt;That 500G size limit comes from the default indexes.conf. The setting used to override that is&amp;nbsp;&lt;SPAN&gt;maxTotalDataSizeMB.&amp;nbsp; You'll have to set that value to a value you're comfortable with in order to take advantage of the 750G settings you set for that index. The 500GB setting is applied regardless of the extra space you gave hot/warm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The max size of Hot/Warm/Cold is simply what it says. It is the maximum amount of space (in MBs) that can be taken up by each phase of the data lifecycle. These are broken up by homepath.maxDataSizeMB (hot/warm) and coldpath.maxDataSizeMB (cold). When those values are hit, the buckets are sent to the next phase in the data lifecycle. Side note, there is no way to separate out max values of hot and warm.&lt;/P&gt;&lt;P&gt;maxDataSize works with hot buckets only as the setting is the size a hot bucket can reach before the bucket rolls to warm. Typically for high volume indexes, you would set auto_high_volume so that data rolls. If you set a inactive/slow index with auto_high_volume you risk the data staying in hot. This is bad since data retention policy is applied at cold, so your data will sit in hot buckets and be sad. &lt;A href="https://community.splunk.com/t5/Getting-Data-In/What-is-the-harm-of-using-auto-high-volume-on-smaller-indexes/m-p/233082" target="_self"&gt;More on that on this answer.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helped!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 14:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Question-about-max-total-and-hot-warm-cold-size/m-p/528530#M89102</guid>
      <dc:creator>96nick</dc:creator>
      <dc:date>2020-11-09T14:05:53Z</dc:date>
    </item>
  </channel>
</rss>

