Hi All, Currently we facing a storage issue in one of the indexer instances, though the retention policy has set for an year and it works for most of the indexes and only for few of the indexes we could see the earliest event date Dec 13, 2013 9:44:29 PM latest event date Mar 21, 2017 10:30:02 AM .
We have executed the splunk btool command but not sure what exactly we need to search in that ? we have checked the splunkd.log but unable to find anything related to this index and also we have executed the dbinspect search command with the particular index with time frame set as last 7 days and got some details but not sure what we need to validate from the result.
When checked the buckets hotdb, colddb, datamodel_summary, summary thawed db, We could see very huge amount of data being stored in hot and cold buckets. And also I could see the below db in both Hot and cold buckets and their size was in KB.
drwx--x--x 3 splunk splunk 4096 Oct 21 2014 inflight-db_1406595487_1406595487_10374
drwx--x--x 3 splunk splunk 4096 Oct 22 2014 inflight-db_1408598841_1408598841_10381
Below are the settings configured in indexes.conf file with retention policy set to Global. Splunk version 6.2.1
[volume:Hot]
path = /slogs
[volume:Cold]
path = /slogs
[volume:Base]
path = /slogs
[default]
frozenTimePeriodInSecs = 31536000
enableTsidxReduction = true
timePeriodInSecBeforeTsidxReduction = 7884000
Kindly guide me how to fix this issue, as we are running short of disk space.
thanks in advance.
... View more