<?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 how much data splunk is going to 'archive' in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476216#M81748</link>
    <description>&lt;P&gt;hmm that doesn't appear to show the size of whats going to be frozen&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 16:46:28 GMT</pubDate>
    <dc:creator>tb5821</dc:creator>
    <dc:date>2019-11-06T16:46:28Z</dc:date>
    <item>
      <title>Determine how much data splunk is going to 'archive'</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476214#M81746</link>
      <description>&lt;P&gt;I have a 'frozenTimePeriodInSecs' conf set - how can I tell whats 'aging' out today, tomorrow etc. How much data in GB ?? &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/SetARetirementAndArchivingPolicy"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/SetARetirementAndArchivingPolicy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 14:24:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476214#M81746</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-11-06T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determine how much data splunk is going to 'archive'</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476215#M81747</link>
      <description>&lt;P&gt;Look in the internal index for bucketmover events.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal component=BucketMover "freeze"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476215#M81747</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-11-06T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Determine how much data splunk is going to 'archive'</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476216#M81748</link>
      <description>&lt;P&gt;hmm that doesn't appear to show the size of whats going to be frozen&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:46:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476216#M81748</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-11-06T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Determine how much data splunk is going to 'archive'</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476217#M81749</link>
      <description>&lt;P&gt;Correct.  It also shows what &lt;EM&gt;was&lt;/EM&gt; frozen, not what will be frozen.&lt;BR /&gt;
To see what will will be frozen, build a query around the &lt;CODE&gt;dbinspect&lt;/CODE&gt; command.  Here's an example I received from someone else:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbinspect index=foo
| search NOT state=hot 
| eval frozenTimePeriodInSecs = [| rest /services/data/indexes 
    | search title=foo 
        [| rest /services/server/roles 
        | search role_list="indexer" 
        | fields splunk_server] 
    | dedup frozenTimePeriodInSecs 
    | return $frozenTimePeriodInSecs]
| eval shouldfreeze = endEpoch + frozenTimePeriodInSecs 
| where shouldfreeze &amp;lt; now() 
| convert ctime(shouldfreeze), ctime(*Epoch) 
| table splunk_server bucketId frozenTimePeriodInSecs startEpoch endEpoch shouldfreeze
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-how-much-data-splunk-is-going-to-archive/m-p/476217#M81749</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-11-06T18:20:30Z</dc:date>
    </item>
  </channel>
</rss>

