Deployment Architecture

How do you reduce an index size that's taking a lot of space?

jiaqya
Builder

How do I reduce an index size in a way so that I can delete older data from the index to make the size of the index come down?

how can this be done ? or recommendations ...

Tags (1)
0 Karma

ddrillic
Ultra Champion

@jiaqya, two major config parameters control the size of an index - frozenTimePeriodInSecs with a default of 6 years!! and maxTotalDataSizeMB with a default of 1/2 TB. You can reduce either one of them.

0 Karma

HiroshiSatoh
Champion

You can save disk by deleting old data.
Please refer to the following URL.

http://docs.splunk.com/Documentation/Splunk/7.2.0/Indexer/Setaretirementandarchivingpolicy

0 Karma

jiaqya
Builder

What does frozenTimePeriodInSecs do ?
does it help expire older data from the index + reduce index size ?

0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

hi @jiaqya

Did the answer below solve your problem? If so, please resolve this post by approving it! If your problem is still not solved, keep us updated so that someone else can help ya. Thanks for posting!

0 Karma
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 ...