<?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: Splunk indexers max volume size exceeded in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/593428#M12207</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223053"&gt;@avivfri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;BR /&gt;Ciao and happy splunking&lt;BR /&gt;Giuseppe&lt;BR /&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 10:35:24 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-04-12T10:35:24Z</dc:date>
    <item>
      <title>How to fix Splunk indexers max volume size exceeded?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592857#M12136</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 5 indexers managed by Cluster Master.&lt;/P&gt;
&lt;P&gt;On the indexes.conf (located as master-app) I have the following configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[default]
maxTotalDataSizeMB = 1000000
frozenTimePeriodInSecs = 13824000

[volume:hot]
path = /hot/splunk_db/
maxVolumeDataSizeMB = 2800000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from my understating, the Hot volume on each indexer should not be more than 2.8TB. but, actually the volume exceeded this limit and reached 2.9TB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18979iA46ED4CD0E90A63F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;can someone please assist?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 15:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592857#M12136</guid>
      <dc:creator>avivfri</dc:creator>
      <dc:date>2022-04-07T15:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk indexers max volume size exceeded</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592872#M12138</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223053"&gt;@avivfri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;remember that the passages from Hot to Warm, from Warm to Cold and from Cold to Frozen is always done at bucket level, this means that a full bucket passes from a state to another, not the single event data.&lt;/P&gt;&lt;P&gt;For the same reason it's normal to have data that exceeds the retention period, because they are in a buckets containing events in the retention period.&lt;/P&gt;&lt;P&gt;In other words, a bucket passes from Hot to Warm when all the events in the bucket exceeds the defined retention period or when the bucket is closed so it can change state.&lt;/P&gt;&lt;P&gt;In your case, probably you have buckets of 9.x GB, so they don't change status.&lt;/P&gt;&lt;P&gt;You could change the dimension of the buckets but I usually prefer to leave the default values.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 11:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592872#M12138</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-04-07T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk indexers max volume size exceeded</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592874#M12140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for the detailed answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so you are saying that "frozenTimePeriodInSecs" takes priority over "maxVolumeDataSizeMB"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 11:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592874#M12140</guid>
      <dc:creator>avivfri</dc:creator>
      <dc:date>2022-04-07T11:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk indexers max volume size exceeded</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592881#M12141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223053"&gt;@avivfri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;no there isn't any priority, I'm only saying that a full bucket rolls to another status, this means that the dimensions could exceed the configured limit.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 12:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/592881#M12141</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-04-07T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk indexers max volume size exceeded</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/593428#M12207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223053"&gt;@avivfri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;BR /&gt;Ciao and happy splunking&lt;BR /&gt;Giuseppe&lt;BR /&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 10:35:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-fix-Splunk-indexers-max-volume-size-exceeded/m-p/593428#M12207</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-04-12T10:35:24Z</dc:date>
    </item>
  </channel>
</rss>

