<?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: Determine Index Retention Time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114681#M23978</link>
    <description>&lt;P&gt;You'll want to check the frozenTimePeriodInSecs and maxTotalDataSizeMB attributes in indexes.conf.&lt;BR /&gt;&lt;BR /&gt;
frozenTimePeriodInSecs sets the time in seconds for how long the cold buckets will stay around before they are deleted or archived (frozen).&lt;BR /&gt;&lt;BR /&gt;
maxTotalDataSizeMB sets the max size of the index before buckets are deleted or archived (frozen).&lt;BR /&gt;&lt;BR /&gt;
These can be set as both a global attribute and as a per index attribute.  See the documentation for your Splunk version at:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/admin/Indexesconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 00:49:39 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-10-25T00:49:39Z</dc:date>
    <item>
      <title>Determine Index Retention Time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114680#M23977</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;We have about 10 indexers setup in our distributed search. Not sure if this matters. &lt;/P&gt;

&lt;P&gt;where do I go to determine the rention time on an index? I am trying to ensure we are keeping at least 90 days on a few of them. &lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 00:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114680#M23977</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2013-10-25T00:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Index Retention Time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114681#M23978</link>
      <description>&lt;P&gt;You'll want to check the frozenTimePeriodInSecs and maxTotalDataSizeMB attributes in indexes.conf.&lt;BR /&gt;&lt;BR /&gt;
frozenTimePeriodInSecs sets the time in seconds for how long the cold buckets will stay around before they are deleted or archived (frozen).&lt;BR /&gt;&lt;BR /&gt;
maxTotalDataSizeMB sets the max size of the index before buckets are deleted or archived (frozen).&lt;BR /&gt;&lt;BR /&gt;
These can be set as both a global attribute and as a per index attribute.  See the documentation for your Splunk version at:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/admin/Indexesconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 00:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114681#M23978</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-25T00:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Index Retention Time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114682#M23979</link>
      <description>&lt;P&gt;If you have a search head that searches all the indexers, you can run this search, which should give you the information;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/admin/indexes | eval yr = floor(frozenTimePeriodInSecs/86400/365)| eval dy = (frozenTimePeriodInSecs/86400) % 365 | eval ret = yr . " years, " . dy . " days" | stats list(splunk_server) list(frozenTimePeriodInSecs) list(ret) by title
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 06:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Index-Retention-Time/m-p/114682#M23979</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-25T06:45:02Z</dc:date>
    </item>
  </channel>
</rss>

