<?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 Ideal indexes.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343166#M63191</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can I please know the ideal configurations for indexes.conf ? &lt;/P&gt;

&lt;P&gt;Should we include parameters like  &lt;CODE&gt;homePath.maxDataSizeMB&lt;/CODE&gt; , &lt;CODE&gt;coldPath.maxDataSizeMB&lt;/CODE&gt; etc. ?&lt;/P&gt;

&lt;P&gt;Or is it enough to specify only  &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 01:47:47 GMT</pubDate>
    <dc:creator>nawazns5038</dc:creator>
    <dc:date>2018-03-09T01:47:47Z</dc:date>
    <item>
      <title>Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343166#M63191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can I please know the ideal configurations for indexes.conf ? &lt;/P&gt;

&lt;P&gt;Should we include parameters like  &lt;CODE&gt;homePath.maxDataSizeMB&lt;/CODE&gt; , &lt;CODE&gt;coldPath.maxDataSizeMB&lt;/CODE&gt; etc. ?&lt;/P&gt;

&lt;P&gt;Or is it enough to specify only  &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 01:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343166#M63191</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-03-09T01:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343167#M63192</link>
      <description>&lt;P&gt;This is a hard question ion to answer as the parameters you mention should be set to accommodate data size and retention time of your data.  Being that data in Splunk index buckets will start to roll from hot to warm to cold and then frozen based on both the size and /or retention time I would suggest that you understand how much data you need to capture and retain as well as how long the data should remain available in the index. You can always increase / decrease the size and retention time as needed.  &lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 03:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343167#M63192</guid>
      <dc:creator>damiensurat</dc:creator>
      <dc:date>2018-03-09T03:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343168#M63193</link>
      <description>&lt;P&gt;Hey nawazns5038,&lt;/P&gt;

&lt;P&gt;Your total retention period includes hot warm and cold buckets. There are default parameters in splunk from rolling hot to warm buckets and warm to cold, although can be changed. However frozenTimePeriodInSecs parameter decides when the bucket has to be deleted from Splunk, so adding this parameter should do the trick.&lt;/P&gt;

&lt;P&gt;You can refer the doc below:&lt;BR /&gt;
&lt;A href="http://wiki.splunk.com/Deploy:BucketRotationAndRetention"&gt;http://wiki.splunk.com/Deploy:BucketRotationAndRetention&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if this helps!!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 04:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343168#M63193</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-03-09T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343169#M63194</link>
      <description>&lt;P&gt;Hi Deepa&lt;/P&gt;

&lt;P&gt;homePath.maxDataSizeMB = 2000000&lt;BR /&gt;
coldPath.maxDataSizeMB =  15664000&lt;BR /&gt;
frozenTimePeriodInSecs = 2505600&lt;BR /&gt;
maxTotalDataSizeMB = 34664000&lt;BR /&gt;
maxDataSize = auto_high_volume&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;How does Splunk roll the buckets from hot to warm warm to cold based on the settings I mentioned above. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:26:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343169#M63194</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2020-09-29T18:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343170#M63195</link>
      <description>&lt;P&gt;If I just   mention  &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt;   as 30 days , how does Splunk roll the buckets exactly so that the data gets deleted in 30 days ?&lt;/P&gt;

&lt;P&gt;Will adding the  parameters like   &lt;CODE&gt;homePath.maxDataSizeMB ,  coldPath.maxDataSizeMB&lt;/CODE&gt; effect the rolling of buckets ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:16:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343170#M63195</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-03-13T21:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343171#M63196</link>
      <description>&lt;P&gt;You can refer this link to understand how bucket ages:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Indexer/HowSplunkstoresindexes"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Indexer/HowSplunkstoresindexes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;When you mention frozenTimePeriodInSecs, this parameter decides the retention of bucket from coldpath and deletes the file from splunk &lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 06:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343171#M63196</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-03-14T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343172#M63197</link>
      <description>&lt;P&gt;It does not mention the way how Splunk rolls the buckets if we just mention the  &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt; .&lt;/P&gt;

&lt;P&gt;The question is pretty straight forward, we set frozenTimePeriodInSecs  = 30 days .... how does splunk roll the buckets so that data gets deleted by 30 days from the day it comes in . &lt;/P&gt;

&lt;P&gt;you have mentioned that the "When you mention frozenTimePeriodInSecs, this parameter decides the retention of bucket from coldpath and deletes the file from splunk " &lt;BR /&gt;
but there are stages in between which the data goes through to reach cold state. &lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 23:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343172#M63197</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-03-16T23:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343173#M63198</link>
      <description>&lt;P&gt;What if the data volume is low and is present only in the hot and warm buckets itself and didn't come into cold still and the period has exceeded 30 days ? &lt;BR /&gt;
So the retention policy will not apply in this case ?? &lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 00:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343173#M63198</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-03-17T00:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal indexes.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343174#M63199</link>
      <description>&lt;P&gt;The two important ones are &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt; and &lt;CODE&gt;maxTotalDataSizeMB&lt;/CODE&gt; with the default of 1/2 TB.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 01:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ideal-indexes-conf/m-p/343174#M63199</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-03-17T01:38:51Z</dc:date>
    </item>
  </channel>
</rss>

