<?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: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214545#M42208</link>
    <description>&lt;P&gt;It seems &lt;CODE&gt;dbinspect&lt;/CODE&gt; is picky about spaces - make sure you remove the spaces around the equals sign: &lt;CODE&gt;| dbinspect index=net_fw&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2016 19:06:04 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2016-08-09T19:06:04Z</dc:date>
    <item>
      <title>We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214532#M42195</link>
      <description>&lt;P&gt;We are currently running out of space in one Splunk indexer out of 5 indexers in our distributed environment. Using Splunk 6.2.1 Version.&lt;BR /&gt;
Total size of the indexer volume is about &lt;STRONG&gt;5.2TB&lt;/STRONG&gt;. Currently we are left out with less then 100 GB of space and everyday an average of 10GB of space is occupied. The data that is occupying space is almost &lt;STRONG&gt;3.5 year old data&lt;/STRONG&gt;.  and most of the data is present under the &lt;STRONG&gt;colddb storage&lt;/STRONG&gt; unit under the mount point /splogs.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Disk Usage status&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;df -h /splogs
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_splunk03_san-splunk_logs
                      5.6T  5.3T   93G  99% /splogs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We could find most of the space is occupied by these indexes. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[net_proxy], [net_fw], [unix_svrs] &amp;amp; [unix_bsm] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[root@splunk03 splogs]# cd unix_svrs
[root@splunk03 unix_svrs]# ls -ltr
total 416
drwx------    2 splunk splunk   4096 Apr 19  2012 thaweddb
drwx------ 1590 splunk splunk 102400 Aug  6 09:18 colddb
drwx------ 1890 splunk splunk 131072 Aug  6 12:51 summary
drwx------ 1893 splunk splunk 143360 Aug  6 12:53 datamodel_summary
drwx------  307 splunk splunk  28672 Aug  6 12:54 db
[root@splunk03 unix_svrs]# du -sh *
1007G   colddb
1.6G    datamodel_summary
229G    db
366M    summary
4.0K    thaweddb

[root@splunk03 splogs]# cd net_fw
[root@splunk03 net_fw]# ls -ltr
total 612
drwx------    2 splunk splunk   4096 Apr 19  2012 thaweddb
drwx------ 1358 splunk splunk 131072 Sep 27  2015 summary
drwx------ 2956 splunk splunk 180224 Aug  6 12:17 colddb
drwx------ 3258 splunk splunk 266240 Aug  6 12:55 datamodel_summary
drwx------  313 splunk splunk  28672 Aug  6 12:55 db
[root@splunk03 net_fw]# du -sh *
**1.3T**    colddb
76G     datamodel_summary
147G    db
24M     summary
4.0K    thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Indexes.conf details for these indexers &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[volume:Hot]
path = /splogs

[volume:Cold]
path = /splogs

[volume:Base]
path = /splogs

[default]
frozenTimePeriodInSecs = 31536000

[net_fw]
homePath = volume:Hot/net_fw/db
coldPath = volume:Cold/net_fw/colddb
tstatsHomePath = volume:Hot/net_fw/datamodel_summary
thawedPath = $SPLUNK_DB/net_fw/thaweddb
maxTotalDataSizeMB = 250000

[unix_svrs]
homePath = volume:Hot/unix_svrs/db
coldPath = volume:Cold/unix_svrs/colddb
tstatsHomePath = volume:Hot/unix_svrs/datamodel_summary
thawedPath = $SPLUNK_DB/unix_svrs/thaweddb
maxTotalDataSizeMB = 250000

[summary]
frozenTimePeriodInSecs = 188697600
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There are other indexers configured in the same manner as shown above in Indexes.conf.  &lt;/P&gt;

&lt;P&gt;Kindly let me know whether we can delete the data that are present under the &lt;STRONG&gt;colddb directory&lt;/STRONG&gt; for the indexer occupying more than 1TB. By doing this, what will be the impact? Or is there any other method we can prevent the failure of the splunk service due to low disk space?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 17:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214532#M42195</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-08-06T17:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214533#M42196</link>
      <description>&lt;P&gt;Whether you can remove old buckets or not depends on whether you need the data in those buckets or not - we can't help you there.&lt;/P&gt;

&lt;P&gt;That being said, taking a look at your config I have a few pointers.&lt;BR /&gt;
Are your indexers sharing that 5.2TB? If so, are all five indexers writing into the same path? That's looking for trouble.&lt;BR /&gt;
Doing the maths suggests this is the case, each indexer is configured to consume up to 250GB for each of those indexes. Multiplied by five that's 1.25TB for each index - both currently are at about 1.25TB.&lt;BR /&gt;
You should see old buckets being removed all the time - search &lt;CODE&gt;index=_internal component=bucketmover idx=unix_svrs&lt;/CODE&gt; or the other index... if you're at the maximum configured space, Splunk will throw out oldest buckets on its own and the size should not grow further.&lt;BR /&gt;
If you need more space for other indexes AND have figured out that you can throw out more old data, you could reduce maxTotalDataSizeMB on the indexers a bit. Then they'll throw out more old buckets. Just deleting buckets while Splunk is using them is again looking for trouble.&lt;/P&gt;

&lt;P&gt;Another point, you've configured a year of data retention. Do check if your disk is large enough to make it to one year, assuming that year is based on compliance "must store a year" rather than privacy "cannot store more than a year".&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 19:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214533#M42196</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-06T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214534#M42197</link>
      <description>&lt;P&gt;What do you have your bucket size set to in Splunk? &lt;/P&gt;

&lt;P&gt;To answer your question, you could change the retention policy to roll your cold data into the frozen bucket which will delete it by default, or you could manually delete data from the cold bucket with no impact&lt;/P&gt;

&lt;P&gt;It looks like you have &lt;CODE&gt;frozenTimePeriodInSecs = 31536000&lt;/CODE&gt; which means that the newest event in the bucket will be frozen/deleted when it's older than 1 year. You may want to consider reducing this number if you have a high volume of events coming in, or you could grow the disk size&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Indexer/Setaretirementandarchivingpolicy"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Indexer/Setaretirementandarchivingpolicy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 19:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214534#M42197</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-06T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214535#M42198</link>
      <description>&lt;P&gt;thank Martin for throwing some lights on this issue.  &lt;/P&gt;

&lt;P&gt;We have 5 individual physical server for splunk indexer instance with space of 5.6TB configured in each indexer instance, which in turn pointed to separate mount point /splogs in each indexer instances. Now the problem is only with one of indexer instance which is running out of space. &lt;/P&gt;

&lt;P&gt;I had executed above query as mentioned in comment, but not sure how to check whether the old data are being removed or not? &lt;/P&gt;

&lt;P&gt;maxTotalDataSizeMB  250 GB is mentioned only for few indexes in the Indexes.conf file, but how to check whether data are being deleted after reaching the 250GB mark?  I mean how and where to check the frozen bucket  and there is no archive policy being set in the Indexes.conf file to archive the data. &lt;/P&gt;

&lt;P&gt;There are two frozenTimePeriodInSecs  = 31536000 are set one is under the default stanza and another one is under summary stanza frozenTimePeriodInSecs = 188697600. So which one will be taken in consideration for deleting the data.&lt;/P&gt;

&lt;P&gt;Can rm -rf  used to delete the data present under the coldb bucket. &lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2016 17:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214535#M42198</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-08-07T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214536#M42199</link>
      <description>&lt;P&gt;thanks skoelpin, &lt;/P&gt;

&lt;P&gt;There are two frozenTimePeriodInSecs = 31536000 are set one is under the default stanza and another one is under summary stanza frozenTimePeriodInSecs = 188697600 as show in Indexes.conf . So which one will be taken in consideration for deleting the data.  &lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2016 18:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214536#M42199</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-08-07T18:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214537#M42200</link>
      <description>&lt;P&gt;If that's the space used by one indexer alone, something else is going on.&lt;BR /&gt;
Are your indexers replicating buckets as part of an indexer cluster?&lt;BR /&gt;
What do you see when you go to Settings -&amp;gt; Distributed Management Console -&amp;gt; Indexing -&amp;gt; Indexes and Volumes -&amp;gt; Index Detail: Instance and select the indexer and one of the two indexes? (Assuming recent version of Splunk)&lt;BR /&gt;
When you ran the search I gave you, what results did you see?&lt;BR /&gt;
Is the remaining free space shrinking?&lt;/P&gt;

&lt;P&gt;Regarding frozen archive policy: Not having an explicit configuration about what to do with data when it freezes means it gets deleted. &lt;BR /&gt;
Regarding time until frozen: Run &lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool --debug indexes list net_fw&lt;/CODE&gt; to see what settings are used for that index. Buckets get deleted when its maximum space is filled or when a bucket crosses over the frozen time period, whichever comes first.&lt;BR /&gt;
Regarding rm -rf, I'd recommend letting Splunk delete buckets. Before you really run out of space, you can always stop splunk and rm oldest buckets manually... but the best course of action is to understand what's going on, and fix anything that's potentially broken to then have Splunk delete buckets by itself.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2016 22:07:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214537#M42200</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-07T22:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214538#M42201</link>
      <description>&lt;P&gt;You would want to change this under your Default stanza&lt;/P&gt;

&lt;P&gt;You can delete data in your colddb by doing an &lt;CODE&gt;rm -rf&lt;/CODE&gt; but I'm not sure if this is the proper way of doing it. I've personally done it 3 times already when we were in a crisis mode and there was zero negative side affects with doing it this way. &lt;/P&gt;

&lt;P&gt;So to answer your question, yes you technically could &lt;CODE&gt;rm -rf&lt;/CODE&gt; data in the colddb to clear up some room&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2016 22:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214538#M42201</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-07T22:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214539#M42202</link>
      <description>&lt;P&gt;thanks Martin. Yes I have checked all the indexes instances individually and found that this  particular indexer instance data's are not being deleted "under /splogs/net_fw/colddb/"  after reaching the frozen time stamp.&lt;BR /&gt;
 when compared with rest four indexer instance we found only data's from May 16 to Jun 16. &lt;/P&gt;

&lt;P&gt;Are your indexers replicating buckets as part of an indexer cluster?&lt;/P&gt;

&lt;P&gt;Ours is not cluster environment, In all the Indexes.conf we did not find this stanza  &lt;STRONG&gt;RepFactor&lt;/STRONG&gt;  more over when we ran the command and found that in index setting &lt;STRONG&gt;RepFactor = 0&lt;/STRONG&gt;  and also  ran this command to&lt;BR /&gt;
 &lt;STRONG&gt;./splunk cmd btool server list --debug shclustering&lt;/STRONG&gt; and it returned only &lt;STRONG&gt;default values    from /etc/system/default/server.conf for all the indexers servers.&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd btool --debug indexes list net_fw &lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf [net_fw]&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    assureUTF8 = false&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    blockSignSize = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    blockSignatureDatabase = _blocksignature&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    bucketRebuildMemoryHint = auto&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf coldPath = volume:Cold/net_fw/colddb&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    coldPath.maxDataSizeMB = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    coldToFrozenDir =&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    coldToFrozenScript =&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    compressRawdata = true&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    defaultDatabase = main&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    enableOnlineBucketRepair = true&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    enableRealtimeSearch = true&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf frozenTimePeriodInSecs = 31536000&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf homePath = volume:Hot/net_fw/db&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    homePath.maxDataSizeMB = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    hotBucketTimeRefreshInterval = 10&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    indexThreads = auto&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxBloomBackfillBucketAge = 30d&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxBucketSizeCacheEntries = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxConcurrentOptimizes = 6&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxDataSize = auto&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxHotBuckets = 3&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxHotIdleSecs = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxHotSpanSecs = 7776000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxMemMB = 5&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxMetaEntries = 1000000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxRunningProcessGroups = 8&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxRunningProcessGroupsLowPriority = 1&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxTimeUnreplicatedNoAcks = 300&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxTimeUnreplicatedWithAcks = 60&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf maxTotalDataSizeMB = 250000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    maxWarmDBCount = 300&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    memPoolMB = auto&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    minRawFileSyncSecs = disable&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    minStreamGroupQueueSize = 2000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    partialServiceMetaPeriod = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    processTrackerServiceInterval = 1&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    quarantineFutureSecs = 2592000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    quarantinePastSecs = 77760000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    rawChunkSizeBytes = 131072&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    &lt;STRONG&gt;repFactor = 0&lt;/STRONG&gt;&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    rotatePeriodInSecs = 60&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    serviceMetaPeriod = 25&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    serviceOnlyAsNeeded = true&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    serviceSubtaskTimingPeriod = 30&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    streamingTargetTsidxSyncPeriodMsec = 5000&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    suppressBannerList =&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    sync = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    syncMeta = true&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf thawedPath = $SPLUNK_DB/net_fw/thaweddb&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    throttleCheckPeriod = 15&lt;BR /&gt;
/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf tstatsHomePath = volume:Hot/net_fw/datamodel_summary&lt;BR /&gt;
/opt/splunk/etc/system/default/indexes.conf                    warmToColdScript =&lt;/P&gt;

&lt;P&gt;What do you see when you go to Settings -&amp;gt; Distributed Management Console -&amp;gt; Indexing -&amp;gt; Indexes and Volumes -&amp;gt; Index Detail: Instance and select the indexer and one of the two indexes?&lt;/P&gt;

&lt;P&gt;I had checked in the DMC, was unable to find the option --&amp;gt; Indexing -&amp;gt; Indexes and Volume -&amp;gt;Index Details in one of the search head. We are using 6.2.1 version.&lt;/P&gt;

&lt;P&gt;When you ran the search I gave you, what results did you see?&lt;BR /&gt;
Is the remaining free space shrinking?&lt;/P&gt;

&lt;P&gt;index=_internal component=bucketmover idx=net_fw  (interval 60 min) &lt;/P&gt;

&lt;P&gt;08-09-2016 11:09:53.114 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1466869169_1466854110_2713' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;/P&gt;

&lt;P&gt;There are 46 Indexes.conf file configured in each of the indexer instance and out of this  four Indexes.conf containing this parameter? Not sure why they had created four Indexes.conf for same index.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunk/etc/apps/ADMIN-all_indexers/default/Indexes.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[volume:Hot]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Cold]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Base]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
frozenTimePeriodInSecs = 31536000&lt;/P&gt;

&lt;P&gt;[net_fw]&lt;BR /&gt;
homePath   = volume:Hot/net_fw/db&lt;BR /&gt;
coldPath   = volume:Cold/net_fw/colddb&lt;BR /&gt;
tstatsHomePath = volume:Hot/net_fw/datamodel_summary&lt;BR /&gt;
thawedPath   = $SPLUNK_DB/net_fw/thaweddb&lt;/P&gt;

&lt;P&gt;2) &lt;STRONG&gt;/opt/splunk/etc/apps/ADMIN-all_indexers/local/indexes.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[volume:Hot]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Cold]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Base]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
frozenTimePeriodInSecs = 31536000&lt;/P&gt;

&lt;P&gt;[net_fw]&lt;BR /&gt;
homePath = volume:Hot/net_fw/db&lt;BR /&gt;
coldPath = volume:Cold/net_fw/colddb&lt;BR /&gt;
tstatsHomePath = volume:Hot/net_fw/datamodel_summary&lt;BR /&gt;
thawedPath = $SPLUNK_DB/net_fw/thaweddb&lt;BR /&gt;
&lt;STRONG&gt;maxTotalDataSizeMB = 250000&lt;/STRONG&gt;    -- &amp;gt; Included this stanza &lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/all_indexer_base/local/Indexes.conf&lt;/P&gt;

&lt;P&gt;[volume:Hot]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Cold]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Base]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[net_fw]&lt;BR /&gt;
homePath   = volume:Hot/net_fw/db&lt;BR /&gt;
coldPath   = volume:Cold/net_fw/colddb&lt;BR /&gt;
thawedPath   = $SPLUNK_DB/net_fw/thaweddb&lt;/P&gt;

&lt;P&gt;There is no frozentime period is mentioned in this stanza.&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/all_indexer_base/local/indexes.conf.2013.06.03&lt;/P&gt;

&lt;P&gt;[volume:Hot]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Cold]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[volume:Base]&lt;BR /&gt;
path = /splogs&lt;/P&gt;

&lt;P&gt;[net_fw]&lt;BR /&gt;
homePath   = volume:Hot/net_fw/db&lt;BR /&gt;
coldPath   = volume:Cold/net_fw/colddb&lt;BR /&gt;
thawedPath   = $SPLUNK_DB/net_fw/thaweddb&lt;/P&gt;

&lt;P&gt;No  frozentime period is mentioned in this stanza.&lt;/P&gt;

&lt;P&gt;I am sure that, going through this much detail will be pain full,  Sorry for that. But I wanted to share entire to know what exactly is broken in my environment why splunk is not deleting the buckets.&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214539#M42202</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214540#M42203</link>
      <description>&lt;P&gt;thank Skoelpin, for sharing your experience. I might be doing the same after getting the required permission as its in prod environment. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214540#M42203</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-08-09T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214541#M42204</link>
      <description>&lt;P&gt;The configuration as output by btool looks good, no replication going on and the 250GB ceiling was recognized. You should eventually clean up the four different locations all defining indexes.conf, but that's not the issue here - btool merges things correctly.&lt;/P&gt;

&lt;P&gt;Regarding DMC - I think the Indexes views were added in 6.3 or 6.4.&lt;BR /&gt;
As an alternative, you can run &lt;CODE&gt;| dbinspect index=_internal | search state=cold splunk_server=Martin-PC | stats count sum(sizeOnDiskMB)&lt;/CODE&gt; over all time, might take a moment.&lt;BR /&gt;
Compare the results with what you see on disk - I'm trying to check if Splunk is still using any of the buckets... ie if starting the freeze didn't happen, or if the freeze itself failed. If you spot buckets on disk that aren't known to Splunk you should be able to rm those fairly safely, and Splunk will probably never clean them on its own.&lt;BR /&gt;
In both cases, there should be events in _internal complaining about errors; are all BucketMover events just moves from warm to cold? Make sure to not just check 60 minutes, freezing may not happen every day.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 17:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214541#M42204</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-09T17:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214542#M42205</link>
      <description>&lt;P&gt;thanks Martin,  I had run the query which you had shared in the comment, but when tried to execute the same with time frame as All Time, it was throwing this error. &lt;BR /&gt;
"Error in 'dbinspect' command: This command is not supported in a real-time search" &lt;/P&gt;

&lt;P&gt;So tried to execute by setting the time frame to two years and got  "no result found "&lt;/P&gt;

&lt;P&gt;| dbinspect index=_internal | search state=cold splunk_server=splunk03 | stats count sum(sizeOnDiskMB)&lt;/P&gt;

&lt;P&gt;You should eventually clean up the four different locations all defining Indexes.conf ? &lt;BR /&gt;
I could not understand this question, so can you tell me what exactly I need to do here. You mean I need to check in the below location &lt;/P&gt;

&lt;P&gt;[net_fw]&lt;BR /&gt;
homePath = volume:Hot/net_fw/db&lt;BR /&gt;
coldPath = volume:Cold/net_fw/colddb&lt;BR /&gt;
tstatsHomePath = volume:Hot/net_fw/datamodel_summary&lt;BR /&gt;
thawedPath = $SPLUNK_DB/net_fw/thaweddb&lt;BR /&gt;
maxTotalDataSizeMB = 250000 &lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:33:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214542#M42205</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214543#M42206</link>
      <description>&lt;P&gt;Regarding the query, I forgot to change the index - you should of course use &lt;CODE&gt;| dbinspect index=net_fw&lt;/CODE&gt; to match yours. Regarding the time range, use All Time, not All Time (Real-time)... though two years should have the same effect.&lt;BR /&gt;
If you still see nothing, remove the &lt;CODE&gt;| search&lt;/CODE&gt; and check if your splunk server's name is correct.&lt;BR /&gt;
If you still see nothing, have one of your Splunk admins run the query - you might be lacking permissions then.&lt;/P&gt;

&lt;P&gt;Regarding cleaning up, it seems you have an old app from 2013 that used to define the indexes, and a new app starting with ADMIN also defining the indexes. Splunk is good at merging these, but having multiple locations just increases the room for human error.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214543#M42206</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-09T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214544#M42207</link>
      <description>&lt;P&gt;Martin, after executing the query with time period for 2 year but  I am getting no result found. Even tried to remove the search command but still no luck. Regarding permission I hope I am having the admin privilege.&lt;/P&gt;

&lt;P&gt;|dbinspect index = net_fw |  search state=cold splunk_server=splunk03 | stats count sum(sizeOnDiskMB).&lt;/P&gt;

&lt;P&gt;Regarding the old app "/opt/splunk/etc/apps/all_indexer_base/local/indexes.conf.2013.06.03" should I need to uncomment the entire stanza. &lt;BR /&gt;
thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214544#M42207</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214545#M42208</link>
      <description>&lt;P&gt;It seems &lt;CODE&gt;dbinspect&lt;/CODE&gt; is picky about spaces - make sure you remove the spaces around the equals sign: &lt;CODE&gt;| dbinspect index=net_fw&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214545#M42208</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-09T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214546#M42209</link>
      <description>&lt;P&gt;yes, you are right, I got this output &lt;/P&gt;

&lt;P&gt;|dbinspect index=net_fw |  search state=cold splunk_server=splunk03 | stats count sum(sizeOnDiskMB)&lt;/P&gt;

&lt;P&gt;count 2974&lt;BR /&gt;
1344829.046891&lt;/P&gt;

&lt;P&gt;|dbinspect index=* |  search state=cold splunk_server=splunk03 | stats count sum(sizeOnDiskMB)&lt;/P&gt;

&lt;P&gt;count 8644&lt;BR /&gt;
3437339.870991&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214546#M42209</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214547#M42210</link>
      <description>&lt;P&gt;Okay, so Splunk knows about 1.3TB in that index on that indexer but also knows it should keep it below 250GB? That feels wrong.&lt;BR /&gt;
Are you sure there are no errors, warnings, etc. around component=BucketMover or similar things in &lt;CODE&gt;index=_internal&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214547#M42210</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-09T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214548#M42211</link>
      <description>&lt;P&gt;One thing in your config that may or may not contribute to issues: You have three volumes all pointing at the same path. That's explicitly forbidden in the docs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;path = &amp;lt;path on server&amp;gt;
  * Required. 
  * Points to the location on the file system where all databases that use this volume will 
    reside.  You must make sure that this location does not overlap with that of any other 
    volume or index database.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/admin/indexesconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/admin/indexesconf&lt;/A&gt;&lt;BR /&gt;
H/T to @dshpritz &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214548#M42211</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-08-09T20:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214549#M42212</link>
      <description>&lt;P&gt;thanks martin, I tried to execute the below  query with time frame set as All-time. But I could see that data are present only for two months (From July 16 to current date). Even executed index=_internal* I could see only data available from July 2016 to till now. &lt;/P&gt;

&lt;P&gt;index=_internal component=bucketmover idx=net_fw splunk_server=splunk03.&lt;/P&gt;

&lt;P&gt;1:37:27.302 AM&lt;BR /&gt;&lt;BR /&gt;
08-10-2016 01:37:27.302 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1467094714_1467081929_6749' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;BR /&gt;
host = splunk03 function_splunkindexer production tier_production type_nix webops source = /opt/splunk/var/log/splunk/splunkd.log sourcetype = splunkd&lt;BR /&gt;
8/10/16 &lt;BR /&gt;
1:37:27.278 AM&lt;BR /&gt;&lt;BR /&gt;
08-10-2016 01:37:27.278 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1467081941_1467072478_6748' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;BR /&gt;
host = splunk03 function_splunkindexer production tier_production type_nix webops source = /opt/splunk/var/log/splunk/splunkd.log sourcetype = splunkd&lt;BR /&gt;
8/10/16 &lt;BR /&gt;
1:37:27.255 AM&lt;BR /&gt;&lt;BR /&gt;
08-10-2016 01:37:27.255 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1467072469_1467058580_6747' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;BR /&gt;
host = splunk03 function_splunkindexer production tier_production type_nix webops source = /opt/splunk/var/log/splunk/splunkd.log sourcetype = splunkd&lt;BR /&gt;
8/9/16 &lt;BR /&gt;
10:39:23.905 PM &lt;BR /&gt;
08-09-2016 22:39:23.905 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1467058579_1467047364_6746' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;BR /&gt;
host = splunk03 function_splunkindexer production tier_production type_nix webops source = /opt/splunk/var/log/splunk/splunkd.log sourcetype = splunkd&lt;BR /&gt;
8/9/16 &lt;BR /&gt;
7:28:41.901 PM&lt;BR /&gt;&lt;BR /&gt;
08-09-2016 19:28:41.901 -0400 INFO  BucketMover - idx=net_fw Moving bucket='db_1467047363_1467031159_6745' because maximum number of warm databases exceeded, starting warm_to_cold: from='/splogs/net_fw/db' to='/splogs/net_fw/colddb'&lt;BR /&gt;
host = splunk03 function_splunkindexer production tier_production type_nix webops source = /opt/splunk/var/log/splunk/splunkd.log sourcetype = splunkd&lt;/P&gt;

&lt;P&gt;We can see only last two months data's are available when we run the above query. kindly let me know it will show like this if we run the above query.&lt;BR /&gt;
thank in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214549#M42212</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214550#M42213</link>
      <description>&lt;P&gt;Martin, can you guide me whether I can still go head and delete the content that are older data present under /splogs/net_fw/colddb/ older data. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214550#M42213</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-08-10T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: We have a shortage of disk space in one indexer. Can we delete data present in the colddb directory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214551#M42214</link>
      <description>&lt;P&gt;Why not just manually delete it from the file system then set your limits on how much to retain your in colddb?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:08:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/We-have-a-shortage-of-disk-space-in-one-indexer-Can-we-delete/m-p/214551#M42214</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-10T17:08:54Z</dc:date>
    </item>
  </channel>
</rss>

