<?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: Increase Cold retention period in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537997#M4911</link>
    <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will add it and it will be like this:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;[pa]&lt;BR /&gt;repFactor = auto&lt;BR /&gt;homePath&amp;nbsp;&amp;nbsp; = volume:hot/pa/db&lt;BR /&gt;homePath.maxDataSizeMB = 512000&lt;BR /&gt;coldPath&amp;nbsp;&amp;nbsp; = volume:cold/pa/colddb&lt;BR /&gt;coldPath.maxDataSizeMB = 512000&lt;BR /&gt;thawedPath = $SPLUNK_DB_THAWED/pa/thaweddb&lt;BR /&gt;coldToFrozenDir = $SPLUNK_DB_FROZEN/pa/frozendb&lt;BR /&gt;frozenTimePeriodInSecs = 15552000&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jan 2021 09:32:43 GMT</pubDate>
    <dc:creator>saeed</dc:creator>
    <dc:date>2021-01-31T09:32:43Z</dc:date>
    <item>
      <title>Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537995#M4909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to increase the cold retention period for index [pa] to 180 days, but when i&amp;nbsp; get into indexes.conf i only see below configuration there is no&amp;nbsp;frozenTimePeriodInSecs = for index pa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;# Index for Palo Alto Networks&lt;BR /&gt;# This index is required by Splunk_TA_paloalto&lt;BR /&gt;[pa]&lt;BR /&gt;repFactor = auto&lt;BR /&gt;homePath&amp;nbsp;&amp;nbsp; = volume:hot/pa/db&lt;BR /&gt;homePath.maxDataSizeMB = 512000&lt;BR /&gt;coldPath&amp;nbsp;&amp;nbsp; = volume:cold/pa/colddb&lt;BR /&gt;coldPath.maxDataSizeMB = 512000&lt;BR /&gt;thawedPath = $SPLUNK_DB_THAWED/pa/thaweddb&lt;BR /&gt;coldToFrozenDir = $SPLUNK_DB_FROZEN/pa/frozendb&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;where can i find the time setting for this index?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 31 Jan 2021 07:41:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537995#M4909</guid>
      <dc:creator>saeed</dc:creator>
      <dc:date>2021-01-31T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537996#M4910</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230111"&gt;@saeed&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;probably your index takes the retention period from the default value (6 years) or from another default definition.&lt;/P&gt;&lt;P&gt;Anyway,&lt;/P&gt;&lt;P&gt;you can add to your index definition also the option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;frozenTimePeriodInSecs = 180&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;in this way you define the retention period for that index.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 08:46:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537996#M4910</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-31T08:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537997#M4911</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will add it and it will be like this:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;[pa]&lt;BR /&gt;repFactor = auto&lt;BR /&gt;homePath&amp;nbsp;&amp;nbsp; = volume:hot/pa/db&lt;BR /&gt;homePath.maxDataSizeMB = 512000&lt;BR /&gt;coldPath&amp;nbsp;&amp;nbsp; = volume:cold/pa/colddb&lt;BR /&gt;coldPath.maxDataSizeMB = 512000&lt;BR /&gt;thawedPath = $SPLUNK_DB_THAWED/pa/thaweddb&lt;BR /&gt;coldToFrozenDir = $SPLUNK_DB_FROZEN/pa/frozendb&lt;BR /&gt;frozenTimePeriodInSecs = 15552000&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 09:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/537997#M4911</guid>
      <dc:creator>saeed</dc:creator>
      <dc:date>2021-01-31T09:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538038#M4915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230111"&gt;@saeed&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if this answer solves your problem, please accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Otherwise, please tell me what's you problem so I can help you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 07:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538038#M4915</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-02-01T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538047#M4916</link>
      <description>&lt;P&gt;Thanks a lot &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is the current retention period is 52 days and i want to increase the cold storage for Palo Alto index to be searchable for the last 6 months , &lt;/SPAN&gt;&lt;SPAN&gt;i only found time setting under [ default ]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;frozenTimePeriodInSecs = 4492800&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;i didn't find time period for index [pa]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 08:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538047#M4916</guid>
      <dc:creator>saeed</dc:creator>
      <dc:date>2021-02-01T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increase Cold retention period</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538051#M4917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230111"&gt;@saeed&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in this case, inserting&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;frozenTimePeriodInSecs in the "pa" index definition (in indexes.conf) you override the default value and you give the value you want only to this index.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao and happy splunking.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 08:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Increase-Cold-retention-period/m-p/538051#M4917</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-02-01T08:34:16Z</dc:date>
    </item>
  </channel>
</rss>

