Splunk Search

finding the index retention for missing data

iamlearner123
Explorer

I am new to splunk. Is there any way to know whether an index got rolled to frozen because of frozen time period or maxTotalDataSizeMB so that we can troubleshoot for missing data.

0 Karma

codebuilder
Influencer

Those parameters are defined in indexes.conf. If you have not set them explicitly, then the default values are assumed.

You can see the state of all buckets in your index, as well as other useful information with "dbinspect".

Run this from the search bar:
| dbinspect index=your_index_name_here

----
An upvote would be appreciated and Accept Solution if it helps!
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...