<?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 Frozen Index Management in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480722#M82415</link>
    <description>&lt;P&gt;Is there an app/script/mechanism out there that would allow you to list your available frozen indices by their human readable date/timestamps and allow you to move them back to thawed state and rebuild?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 18:29:06 GMT</pubDate>
    <dc:creator>adalbor</dc:creator>
    <dc:date>2019-11-11T18:29:06Z</dc:date>
    <item>
      <title>Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480722#M82415</link>
      <description>&lt;P&gt;Is there an app/script/mechanism out there that would allow you to list your available frozen indices by their human readable date/timestamps and allow you to move them back to thawed state and rebuild?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 18:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480722#M82415</guid>
      <dc:creator>adalbor</dc:creator>
      <dc:date>2019-11-11T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480723#M82416</link>
      <description>&lt;P&gt;Yes, of course:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Indexer/Restorearchiveddata#Thaw_a_4.2.2B_archive"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Indexer/Restorearchiveddata#Thaw_a_4.2.2B_archive&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 23:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480723#M82416</guid>
      <dc:creator>fernanlee</dc:creator>
      <dc:date>2019-11-11T23:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480724#M82417</link>
      <description>&lt;P&gt;That doesn't answer my question.  Was looking for a script or an app that would allow me to list my available frozen indices and the date/timestamp in a human readable format.  Something that would make validating the indices and thawing them easier.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 13:50:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480724#M82417</guid>
      <dc:creator>adalbor</dc:creator>
      <dc:date>2019-11-12T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480725#M82418</link>
      <description>&lt;P&gt;Any suggestions anyone?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:46:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480725#M82418</guid>
      <dc:creator>adalbor</dc:creator>
      <dc:date>2019-11-20T15:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480726#M82419</link>
      <description>&lt;P&gt;Any Splunk people have any suggestions? &lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 14:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480726#M82419</guid>
      <dc:creator>adalbor</dc:creator>
      <dc:date>2019-12-02T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Frozen Index Management</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480727#M82420</link>
      <description>&lt;P&gt;If the index is on linux, you can run this cli command in the frozen directory to list the human readable start and end dates/times for the buckets and pipe it to a txt file for review...&lt;/P&gt;

&lt;P&gt;Format to list bucket names with start and end dates&lt;BR /&gt;
ls -d1 db_*  | gawk -F'_' '{print $0} {print "   " strftime("%c", $3)} {print "   " strftime("%c", $2)}'&lt;/P&gt;

&lt;P&gt;sample output&lt;BR /&gt;
db_1549387088_1541611191_68_9E0CD82F-4920-47E4-8142-B1FE5AD9E314&lt;BR /&gt;
   Wed 07 Nov 2018 12:19:51 PM EST&lt;BR /&gt;
   Tue 05 Feb 2019 12:18:08 PM EST&lt;BR /&gt;
db_1549775541_1549387335_69_9E0CD82F-4920-47E4-8142-B1FE5AD9E314&lt;BR /&gt;
   Tue 05 Feb 2019 12:22:15 PM EST&lt;BR /&gt;
   Sun 10 Feb 2019 12:12:21 AM EST&lt;/P&gt;

&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Frozen-Index-Management/m-p/480727#M82420</guid>
      <dc:creator>radam2000</dc:creator>
      <dc:date>2020-09-30T05:18:13Z</dc:date>
    </item>
  </channel>
</rss>

