<?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: How to Change Splunk frozenTimePeriodInSecs for any of the indexes in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707313#M21177</link>
    <description>&lt;P&gt;Right! If you have only one indexer&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 17:19:19 GMT</pubDate>
    <dc:creator>luizlimapg</dc:creator>
    <dc:date>2024-12-19T17:19:19Z</dc:date>
    <item>
      <title>How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707271#M21170</link>
      <description>&lt;P&gt;I want to increase one of my index frozen Time Period from 12 months to 13 months. I have increased the Max Size of Entire Index from the Splunk indexer &amp;gt; Settings. But I know this is not enough as my index frozen Time Period is set on 12 months period.&lt;/P&gt;&lt;P&gt;So where should I update this value ?&lt;/P&gt;&lt;P&gt;Should I need to update '&lt;SPAN class=""&gt;Indexes.conf' file for required indexes to the indexer server itself which is installed on Linux machine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What things I need to take care while updating this frozen Time Period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 11:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707271#M21170</guid>
      <dc:creator>CHAUHAN812</dc:creator>
      <dc:date>2024-12-19T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707272#M21171</link>
      <description>&lt;P&gt;If you have individual indexers then it is correct place. After change do reload for it. If you have indexer cluster then you must do this change on CM. Edit correct indexes.conf file somewhere under master-apps or manager-apps. After that apply cluster-bundle, when it has distributed into search peers.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 11:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707272#M21171</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-19T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707273#M21172</link>
      <description>&lt;P&gt;Yes , I have an individual indexer which is installed on Linux machine. And I need to increase the&amp;nbsp;frozenTimePeriodInSecs only for 2 of the indexes.&lt;/P&gt;&lt;P&gt;So to increase the Frozen Time Period from 12 months to 13 months then I just need to update the&amp;nbsp;frozenTimePeriodInSecs values to the indexes.conf file from the indexer server right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 12:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707273#M21172</guid>
      <dc:creator>CHAUHAN812</dc:creator>
      <dc:date>2024-12-19T12:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707275#M21173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254077"&gt;@CHAUHAN812&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;In that case, in the indexes.conf file, you just need to adjust the frozenTimePeriodInSecs parameter in the 2 index stanzas.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[index01]
frozenTimePeriodInSecs = 34187400

[index02]
frozenTimePeriodInSecs = 34187400&lt;/LI-CODE&gt;
&lt;P&gt;Restart Splunk after that&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707275#M21173</guid>
      <dc:creator>luizlimapg</dc:creator>
      <dc:date>2024-12-19T15:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707279#M21174</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;So this should be done in the indexer server right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 13:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707279#M21174</guid>
      <dc:creator>CHAUHAN812</dc:creator>
      <dc:date>2024-12-19T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707313#M21177</link>
      <description>&lt;P&gt;Right! If you have only one indexer&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707313#M21177</guid>
      <dc:creator>luizlimapg</dc:creator>
      <dc:date>2024-12-19T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707320#M21178</link>
      <description>Here is link to docs &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.0/Indexer/Setupmultipleindexes" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.0/Indexer/Setupmultipleindexes&lt;/A&gt;&lt;BR /&gt;Remember if you are editing conf files then you must do restart or in some cases reload is enough. If you want to avoid that, then you should use GUI or CLI commands to modify those values.</description>
      <pubDate>Thu, 19 Dec 2024 18:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707320#M21178</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-19T18:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707628#M21223</link>
      <description>&lt;P&gt;Thank you for your quick responses. I have increased the frozen time period from my indexer machine. And I am able to increase it according to my requirement.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 15:40:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707628#M21223</guid>
      <dc:creator>CHAUHAN812</dc:creator>
      <dc:date>2024-12-27T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Splunk frozenTimePeriodInSecs for any of the indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707641#M21224</link>
      <description>&lt;P&gt;Or REST.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 19:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Change-Splunk-frozenTimePeriodInSecs-for-any-of-the/m-p/707641#M21224</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-12-27T19:48:28Z</dc:date>
    </item>
  </channel>
</rss>

