<?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: Max Bucket Size warning in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116238#M4390</link>
    <description>&lt;P&gt;yes - it says that is in the &lt;CODE&gt;main&lt;/CODE&gt; index (this is the default index).&lt;/P&gt;

&lt;P&gt;you should probably look in either of these places&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/&lt;APP-NAME&gt;/local/indexes.conf&lt;BR /&gt;
/opt/splunk/etc/slave-apps/&lt;APP-NAME&gt;/local/indexes.conf&lt;BR /&gt;
/opt/splunk/etc/system/local/indexes.conf&lt;/APP-NAME&gt;&lt;/APP-NAME&gt;&lt;/P&gt;

&lt;P&gt;note that for &lt;APP-NAME&gt;, you'll need to look in all apps in these directories.&lt;/APP-NAME&gt;&lt;/P&gt;

&lt;P&gt;The problem seems to be that you have configured a maximum size for the entire index to be 1GB, whereas the maximum size for any bucket within the index is at 10 GB. Thus - as soon as a hot bucket is rolled to warm, it will be frozen (most likely deleted).&lt;/P&gt;

&lt;P&gt;/K &lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 21:59:47 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2013-10-25T21:59:47Z</dc:date>
    <item>
      <title>Max Bucket Size warning</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116236#M4388</link>
      <description>&lt;P&gt;On the indexer in Splunk 6 getting this error message&lt;/P&gt;

&lt;P&gt;10-25-2013 17:00:11.024 -0400 WARN  IndexConfig - Max bucket size is larger than the index size limit. Please check your index configuration. idx=main; bucket size in MB (from maxDataSize) 10240, maxTotalDataSizeMB=1000&lt;/P&gt;

&lt;P&gt;It does not state what index.&lt;/P&gt;

&lt;P&gt;I checked the index configuration of the main application.&lt;/P&gt;

&lt;P&gt;Max size (MB) of entire index : 50000&lt;BR /&gt;
Max size (MB) of hot/warm/cold bucket  is auto&lt;/P&gt;

&lt;P&gt;Should i be worried about this message?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 21:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116236#M4388</guid>
      <dc:creator>peter_gianusso</dc:creator>
      <dc:date>2013-10-25T21:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Max Bucket Size warning</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116237#M4389</link>
      <description>&lt;P&gt;Yes, you can have a hot bucket larger than your maximum index size.&lt;BR /&gt;
So the possible consequence is that a hot bucket will fill your storage, because it cannot be delete until it rotated to warm or cold.&lt;BR /&gt;
So make sure than  you have &lt;STRONG&gt;maxDataSize &amp;lt; maxTotalDataSizeMB&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;To confirm run a btool command on your indexes.conf&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;splunk cmd btool indexes list &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;and check for &lt;CODE&gt;maxDataSize&lt;/CODE&gt; and &lt;CODE&gt;maxTotalDataSizeMB&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;for the explanation of the indexes parameters :&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Indexesconf" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;`&lt;BR /&gt;
maxTotalDataSizeMB = &lt;NONNEGATIVE integer=""&gt;&lt;BR /&gt;
    * The maximum size of an index (in MB). &lt;BR /&gt;
    * If an index grows larger than the maximum size, the oldest data is frozen.&lt;BR /&gt;
    * This paremeter only applies to hot, warm, and cold buckets.  It does not apply to thawed buckets.&lt;BR /&gt;
    * Defaults to 500000.&lt;BR /&gt;
    * Highest legal value is 4294967295&lt;/NONNEGATIVE&gt;&lt;/P&gt;

&lt;P&gt;maxDataSize = &lt;POSITIVE integer=""&gt;|auto|auto_high_volume&lt;BR /&gt;
    * The maximum size in MB for a hot DB to reach before a roll to warm is triggered.&lt;BR /&gt;
    * Specifying "auto" or "auto_high_volume" will cause Splunk to autotune this parameter (recommended).&lt;BR /&gt;
    * You should use "auto_high_volume" for high-volume indexes (such as the main&lt;BR /&gt;
      index); otherwise, use "auto".  A "high volume index" would typically be&lt;BR /&gt;
      considered one that gets over 10GB of data per day.&lt;BR /&gt;
    * Defaults to "auto", which sets the size to 750MB.&lt;BR /&gt;
    * "auto_high_volume" sets the size to 10GB on 64-bit, and 1GB on 32-bit systems.&lt;BR /&gt;
    * Although the maximum value you can set this is 1048576 MB, which corresponds to 1 TB, a reasonable &lt;BR /&gt;
      number ranges anywhere from 100 to 50000.  Before proceeding with any higher value, please seek&lt;BR /&gt;
      approval of Splunk Support.&lt;BR /&gt;
    * If you specify an invalid number or string, maxDataSize will be auto tuned.&lt;BR /&gt;
    * NOTE: The maximum size of your warm buckets may slightly exceed 'maxDataSize', due to post-processing and &lt;BR /&gt;
      timing issues with the rolling policy.&lt;/POSITIVE&gt;&lt;/P&gt;

&lt;P&gt;`&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116237#M4389</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2020-09-28T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Max Bucket Size warning</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116238#M4390</link>
      <description>&lt;P&gt;yes - it says that is in the &lt;CODE&gt;main&lt;/CODE&gt; index (this is the default index).&lt;/P&gt;

&lt;P&gt;you should probably look in either of these places&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/&lt;APP-NAME&gt;/local/indexes.conf&lt;BR /&gt;
/opt/splunk/etc/slave-apps/&lt;APP-NAME&gt;/local/indexes.conf&lt;BR /&gt;
/opt/splunk/etc/system/local/indexes.conf&lt;/APP-NAME&gt;&lt;/APP-NAME&gt;&lt;/P&gt;

&lt;P&gt;note that for &lt;APP-NAME&gt;, you'll need to look in all apps in these directories.&lt;/APP-NAME&gt;&lt;/P&gt;

&lt;P&gt;The problem seems to be that you have configured a maximum size for the entire index to be 1GB, whereas the maximum size for any bucket within the index is at 10 GB. Thus - as soon as a hot bucket is rolled to warm, it will be frozen (most likely deleted).&lt;/P&gt;

&lt;P&gt;/K &lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 21:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Max-Bucket-Size-warning/m-p/116238#M4390</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-25T21:59:47Z</dc:date>
    </item>
  </channel>
</rss>

