<?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 Bucket Mover in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99932#M182746</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I upgraded splunk version from 4.3.1 to 5.0.3 and I noticed indexes are moved to frozen state.&lt;/P&gt;

&lt;P&gt;And after Upgrade, the log shows this:&lt;BR /&gt;
frozenTimePeriodInSecs not specified in config for index main. Defaulting to: 432000 seconds&lt;/P&gt;

&lt;P&gt;I searched for 432000 in all my conf files but I can't find.&lt;/P&gt;

&lt;P&gt;Now, the logs show this:&lt;/P&gt;

&lt;P&gt;BucketMover - will attempt to freeze: /dev1_index/db/db_1373564795_1373510323_84 because frozenTimePeriodInSecs=432000 exceeds difference between now=1373996815 and latest=1373564795&lt;/P&gt;

&lt;P&gt;I searched for 432000 but could not find anywhere. here is my frozentime configured in all indexes:&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs = 188697600&lt;BR /&gt;
frozenTimePeriodInSecs = 604800&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 0&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 7776000&lt;BR /&gt;
frozenTimePeriodInSecs = 188697600&lt;BR /&gt;
frozenTimePeriodInSecs = 604800&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 0&lt;/P&gt;

&lt;P&gt;Did anyone experience this? can someone help?&lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:23:10 GMT</pubDate>
    <dc:creator>gudavasr</dc:creator>
    <dc:date>2020-09-28T14:23:10Z</dc:date>
    <item>
      <title>Bucket Mover</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99932#M182746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I upgraded splunk version from 4.3.1 to 5.0.3 and I noticed indexes are moved to frozen state.&lt;/P&gt;

&lt;P&gt;And after Upgrade, the log shows this:&lt;BR /&gt;
frozenTimePeriodInSecs not specified in config for index main. Defaulting to: 432000 seconds&lt;/P&gt;

&lt;P&gt;I searched for 432000 in all my conf files but I can't find.&lt;/P&gt;

&lt;P&gt;Now, the logs show this:&lt;/P&gt;

&lt;P&gt;BucketMover - will attempt to freeze: /dev1_index/db/db_1373564795_1373510323_84 because frozenTimePeriodInSecs=432000 exceeds difference between now=1373996815 and latest=1373564795&lt;/P&gt;

&lt;P&gt;I searched for 432000 but could not find anywhere. here is my frozentime configured in all indexes:&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs = 188697600&lt;BR /&gt;
frozenTimePeriodInSecs = 604800&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 0&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 7776000&lt;BR /&gt;
frozenTimePeriodInSecs = 188697600&lt;BR /&gt;
frozenTimePeriodInSecs = 604800&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 2419200&lt;BR /&gt;
frozenTimePeriodInSecs = 0&lt;/P&gt;

&lt;P&gt;Did anyone experience this? can someone help?&lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99932#M182746</guid>
      <dc:creator>gudavasr</dc:creator>
      <dc:date>2020-09-28T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Mover</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99933#M182747</link>
      <description>&lt;P&gt;The default will not appear in any configuration file. Splunk is telling you that this is the value it will use if no &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt; is specified for an index - and that the &lt;CODE&gt;main&lt;/CODE&gt; index does not have a &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt; specification. You should be able to set this value for the main index by editing &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/indexes.conf&lt;/CODE&gt; and adding&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[main]
frozenTimePeriodInSecs = 188697600
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or whatever value you prefer.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 19:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99933#M182747</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-07-18T19:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Mover</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99934#M182748</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 20:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bucket-Mover/m-p/99934#M182748</guid>
      <dc:creator>gudavasr</dc:creator>
      <dc:date>2013-07-18T20:24:34Z</dc:date>
    </item>
  </channel>
</rss>

