<?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 Controlling the hot bucket size in Splunk - indexes.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/160035#M32461</link>
    <description>&lt;P&gt;&lt;STRONG&gt;1. Controlling the size of a hot bucket :&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; maxDataSize = auto | auto_high_volume
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;auto = 750 mb&lt;BR /&gt;auto_high_volume = 10 Gb&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;maxHotSpanSecs = &amp;lt;positive integer&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;default value = 90 days&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;If i set both the parameters, which takes the first precedence ?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Does changing &lt;STRONG&gt;maxDataSize&lt;/STRONG&gt; paramter's value to higher one , requires tuning of other parameters also , accordingly?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;2. Performance of Search query&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;when i make the maxDataSize = auto_high_volume i.e 10Gb&lt;/P&gt;
&lt;P&gt;where a hot bucket will grow to a size of 10Gb , till that period it retains in hot bucket ., Will the search be faster , since the data available in HOT bucket ?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 20:56:32 GMT</pubDate>
    <dc:creator>splunker12er</dc:creator>
    <dc:date>2022-08-09T20:56:32Z</dc:date>
    <item>
      <title>Controlling the hot bucket size in Splunk - indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/160035#M32461</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1. Controlling the size of a hot bucket :&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; maxDataSize = auto | auto_high_volume
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;auto = 750 mb&lt;BR /&gt;auto_high_volume = 10 Gb&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;maxHotSpanSecs = &amp;lt;positive integer&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;default value = 90 days&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;If i set both the parameters, which takes the first precedence ?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Does changing &lt;STRONG&gt;maxDataSize&lt;/STRONG&gt; paramter's value to higher one , requires tuning of other parameters also , accordingly?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;2. Performance of Search query&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;when i make the maxDataSize = auto_high_volume i.e 10Gb&lt;/P&gt;
&lt;P&gt;where a hot bucket will grow to a size of 10Gb , till that period it retains in hot bucket ., Will the search be faster , since the data available in HOT bucket ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/160035#M32461</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2022-08-09T20:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling the hot bucket size in splunk - indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/160036#M32462</link>
      <description>&lt;P&gt;The &lt;CODE&gt;maxDataSize&lt;/CODE&gt; controls the size of a single bucket and &lt;CODE&gt;maxHotSpanSecs&lt;/CODE&gt; controls the timespan of a bucket. Whenever &lt;EM&gt;either&lt;/EM&gt; of these is reached, a hot bucket rolls to warm. Therefore, you will have some buckets that are smaller than &lt;CODE&gt;maxDataSize&lt;/CODE&gt; because they hit the timespan limit. And you will have some buckets rolled because they were full (they hit &lt;CODE&gt;maxDataSize&lt;/CODE&gt;) even though their timespan is less than &lt;CODE&gt;maxHotSpanSecs&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Generally, you should not need to tune other parameters. However, I would not set a bucket larger than 10GB without careful thought. It is slower to search many small buckets, but a super large bucket that contains many days of data is also not efficient.&lt;/P&gt;

&lt;P&gt;Most searches in Splunk are run on timespans of 24 hours or less. If that is your case, you may to size the buckets so that they roll about once a day. Again, avoid buckets smaller than 750MB or larger than 10GB.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 00:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/160036#M32462</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-12-18T00:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling the hot bucket size in splunk - indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/608903#M105618</link>
      <description>&lt;P&gt;Would it be logical then to set the indexes up like this ...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;maxDataSize=auto_high_volume
maxHotSpanSecs=86400 #one day&lt;/LI-CODE&gt;&lt;P&gt;... so that the bucket doesn't get too big but it would also roll at least daily?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Controlling-the-hot-bucket-size-in-Splunk-indexes-conf/m-p/608903#M105618</guid>
      <dc:creator>fredclown</dc:creator>
      <dc:date>2022-08-09T20:40:13Z</dc:date>
    </item>
  </channel>
</rss>

