<?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: maxHotSpanSecs not rolling hot buckets in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360473#M65748</link>
    <description>&lt;P&gt;how long have you had these settings in place?  You mention one bucket has data from 2016/04/01 ~2017/02/08.... how about all the buckets since you made this change?  &lt;/P&gt;

&lt;P&gt;Splunk will not go back in time and readjust buckets to your new boundaries.  That is to say, if you didnt have these settings before, the buckets would have contained upwards of 10GB / 90 days whichever is greater.  Also, fringe events can be indexed into the same bucket when they arrive out of order.  &lt;/P&gt;

&lt;P&gt;For example, if I have cold and warm buckets from 2015 &amp;amp; 2016, and a hot bucket for 2017... and events come in with timestamps from 2014... the 2014 events will be dropped into the hot bucket.  Now this hot bucket will show it has data from 2014 - 2017.   In new and large environments, this happens all the time as you on-board new data sources.  &lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2017 04:47:08 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2017-05-09T04:47:08Z</dc:date>
    <item>
      <title>maxHotSpanSecs not rolling hot buckets</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360470#M65745</link>
      <description>&lt;P&gt;I use "maxHotSpanSecs" to cut the size of each bucket received.&lt;BR /&gt;
Only join "maxHotSpanSecs = 2592000" (30d) in test of local/indexes.conf&lt;BR /&gt;
(index=test)&lt;BR /&gt;
Execution results: Each bucket is greater than 30 days . EX: one bucket :2016/04/01 ~2017/02/08&lt;BR /&gt;
Do not know why the cutting is unsuccessful?&lt;BR /&gt;
TKS.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 06:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360470#M65745</guid>
      <dc:creator>jek01</dc:creator>
      <dc:date>2017-05-03T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: maxHotSpanSecs not rolling hot buckets</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360471#M65746</link>
      <description>&lt;P&gt;[test]&lt;BR /&gt;
coldPath = $SPLUNK_DB/test/colddb&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
homePath = $SPLUNK_DB/test/db&lt;BR /&gt;
maxTotalDataSizeMB = 512000&lt;BR /&gt;
thawedPath = $SPLUNK_DB/test/thaweddb&lt;BR /&gt;
maxHotSpanSecs = 259200&lt;BR /&gt;
maxWarmDBCount = 500&lt;/P&gt;

&lt;P&gt;[test_1]&lt;BR /&gt;
coldPath = $SPLUNK_DB/test_1/colddb&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
homePath = $SPLUNK_DB/test_1/db&lt;BR /&gt;
maxTotalDataSizeMB = 512000&lt;BR /&gt;
thawedPath = $SPLUNK_DB/test_1/thaweddb&lt;BR /&gt;
maxHotSpanSecs = 259200&lt;BR /&gt;
maxHotBuckets = 1&lt;BR /&gt;
maxWarmDBCount = 500&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360471#M65746</guid>
      <dc:creator>jek01</dc:creator>
      <dc:date>2020-09-29T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: maxHotSpanSecs not rolling hot buckets</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360472#M65747</link>
      <description>&lt;P&gt;In the second stanza you set &lt;CODE&gt;maxHotBuckets=1&lt;/CODE&gt; which will do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; NOTE: If you set maxHotBuckets to 1, Splunk attempts to send all
events to the single hot bucket and `maxHotSpanSecs` will not be
enforced
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 May 2017 02:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360472#M65747</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-05-09T02:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: maxHotSpanSecs not rolling hot buckets</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360473#M65748</link>
      <description>&lt;P&gt;how long have you had these settings in place?  You mention one bucket has data from 2016/04/01 ~2017/02/08.... how about all the buckets since you made this change?  &lt;/P&gt;

&lt;P&gt;Splunk will not go back in time and readjust buckets to your new boundaries.  That is to say, if you didnt have these settings before, the buckets would have contained upwards of 10GB / 90 days whichever is greater.  Also, fringe events can be indexed into the same bucket when they arrive out of order.  &lt;/P&gt;

&lt;P&gt;For example, if I have cold and warm buckets from 2015 &amp;amp; 2016, and a hot bucket for 2017... and events come in with timestamps from 2014... the 2014 events will be dropped into the hot bucket.  Now this hot bucket will show it has data from 2014 - 2017.   In new and large environments, this happens all the time as you on-board new data sources.  &lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 04:47:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/maxHotSpanSecs-not-rolling-hot-buckets/m-p/360473#M65748</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-05-09T04:47:08Z</dc:date>
    </item>
  </channel>
</rss>

