<?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: Splunk index roll-out information? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235325#M2316</link>
    <description>&lt;P&gt;Thank You &lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2016 05:54:53 GMT</pubDate>
    <dc:creator>rsathish47</dc:creator>
    <dc:date>2016-10-07T05:54:53Z</dc:date>
    <item>
      <title>Splunk index roll-out information?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235321#M2312</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have to build dashboard for Splunk index roll-out information From hot to Warm Warm to Cold and Cold to Frozen ? Please let me which internal index and source-type I need to use to get this detail?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 11:09:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235321#M2312</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2016-10-06T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk index roll-out information?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235322#M2313</link>
      <description>&lt;P&gt;What exactly do you want to display on the dashboard?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 11:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235322#M2313</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-10-06T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk index roll-out information?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235323#M2314</link>
      <description>&lt;P&gt;I have to show the no.of bytes and time it got transferred &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235323#M2314</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2016-10-06T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk index roll-out information?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235324#M2315</link>
      <description>&lt;P&gt;you can use this query and get details...you can fine-tune your requirement and create the dashboard - &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd bucketmover&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;10/6/16 7:44:06.942 AM   10-06-2016 07:44:06.942 -0400 INFO  BucketMover - idx=windows Moving bucket='db_1475034240_1474948377_1671' because maximum number of warm databases exceeded, starting warm_to_cold: from='/opt/splunk_hot/window&lt;/P&gt;

&lt;P&gt;10/6/16 8:00:39.724 AM  10-06-2016 08:00:39.724 -0400 INFO  BucketMover - AsyncFreezer freeze succeeded for bkt='/opt/splunk_cold/_internaldb/colddb/db_1473163226_1473156927_1613'&lt;/P&gt;

&lt;P&gt;10/6/16 8:02:00.852 AM  10-06-2016 08:02:00.852 -0400 INFO  BucketMover - will attempt to freeze: candidate='/opt/splunk_cold/_internaldb/colddb/db_1473163314_1446206601_2368' because frozenTimePeriodInSecs=2592000 is exceeded by the difference between now=1475755320 and latest=1473163314&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; |dbinspect index=main|convert timeformat=""%m/%d/%Y:%H:%M:%S"" mktime(earliestTime) as earliestTime|convert timeformat=""%m/%d/%Y:%H:%M:%S"" mktime(latestTime) as latestTime|stats min(earliestTime) as earliestTime max(latestTime) as latestTime sum(sizeOnDiskMB) as sizeOnDiskMB dc(path) as NumberOfBuckets by state|eval diff_seconds=(latestTime-earliestTime)/3600|eval earliestTime=strftime(earliestTime,"%m/%d/%Y:%H:%M:%S")|eval latestTime=strftime(latestTime,"%m/%d/%Y:%H:%M:%S")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The result set for this query is something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; state    earliestTime        latestTime        sizeOnDiskMB    NumberOfBuckets
 hot    09/15/2006:18:47:20    03/24/2012:12:00:00    10043.741711    10
 warm    02/19/2012:00:00:01    03/21/2012:03:59:00    92646.695278    20
 cold    01/03/2006:16:35:20    02/27/2012:17:00:00    204971.245710    586
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235324#M2315</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-29T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk index roll-out information?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235325#M2316</link>
      <description>&lt;P&gt;Thank You &lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 05:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-index-roll-out-information/m-p/235325#M2316</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2016-10-07T05:54:53Z</dc:date>
    </item>
  </channel>
</rss>

