<?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: Index log need to maintain only one year in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473938#M81392</link>
    <description>&lt;P&gt;Hi Masonmorales,&lt;/P&gt;

&lt;P&gt;I could see indexes.conf file under $SPLUNK_HOME/etc/system/local/, but I don't see any parameter frozenTimePeriodInSecs&lt;/P&gt;

&lt;P&gt;indexes.conf files contain following&lt;BR /&gt;
.&lt;BR /&gt;
[splunklogger]&lt;BR /&gt;
bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 1&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ _internal]&lt;BR /&gt;
bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ _interospection]&lt;/P&gt;

&lt;P&gt;bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ -audit]&lt;/P&gt;

&lt;P&gt;bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 06:38:50 GMT</pubDate>
    <dc:creator>balamuruganm7</dc:creator>
    <dc:date>2019-09-10T06:38:50Z</dc:date>
    <item>
      <title>Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473935#M81389</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I am seeking help on indexer log retention period set.&lt;/P&gt;

&lt;P&gt;I am using splunk enterprise version 6.4.2, deployed some 4 years ago so . indexer log contain more than one year and log to be restricted only one year.&lt;/P&gt;

&lt;P&gt;Kindly help on setting indexer log to maintain one year only&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 09:42:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473935#M81389</guid>
      <dc:creator>balamuruganm7</dc:creator>
      <dc:date>2019-09-09T09:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473936#M81390</link>
      <description>&lt;P&gt;Use this to find the current retention applied on the &lt;CODE&gt;indexes&lt;/CODE&gt; you have:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/553180/how-to-find-the-retention-period-of-an-index.html"&gt;https://answers.splunk.com/answers/553180/how-to-find-the-retention-period-of-an-index.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then follow this to understand and implement appropriate retention period.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 13:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473936#M81390</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-09-09T13:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473937#M81391</link>
      <description>&lt;P&gt;Assuming that you have removed frozenTimePeriodInSecs at the index-level config of all indexes in your indexes.conf file(s) (use splunk cmd btool indexes list --debug to check), you can do:&lt;BR /&gt;
&lt;CODE&gt;indexes.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
frozenTimePeriodInSecs = 31536000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Sep 2019 22:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473937#M81391</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2019-09-09T22:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473938#M81392</link>
      <description>&lt;P&gt;Hi Masonmorales,&lt;/P&gt;

&lt;P&gt;I could see indexes.conf file under $SPLUNK_HOME/etc/system/local/, but I don't see any parameter frozenTimePeriodInSecs&lt;/P&gt;

&lt;P&gt;indexes.conf files contain following&lt;BR /&gt;
.&lt;BR /&gt;
[splunklogger]&lt;BR /&gt;
bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 1&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ _internal]&lt;BR /&gt;
bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ _interospection]&lt;/P&gt;

&lt;P&gt;bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;

&lt;P&gt;[ -audit]&lt;/P&gt;

&lt;P&gt;bucketRebuildMemoryHint = 0&lt;BR /&gt;
compressRawdata = 1&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableOnlineBucketRepair =1&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
syncMeta =1&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473938#M81392</guid>
      <dc:creator>balamuruganm7</dc:creator>
      <dc:date>2019-09-10T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473939#M81393</link>
      <description>&lt;P&gt;OK so just add it to the default stanza.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 04:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473939#M81393</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2019-09-13T04:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Index log need to maintain only one year</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473940#M81394</link>
      <description>&lt;P&gt;where should I add the default stanza?,where I should add the default stanza?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 06:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-log-need-to-maintain-only-one-year/m-p/473940#M81394</guid>
      <dc:creator>balamuruganm7</dc:creator>
      <dc:date>2019-09-13T06:41:03Z</dc:date>
    </item>
  </channel>
</rss>

