Splunk Search

How long will it take to purge the data

tgleason
New Member

We currently have

Events indexed Earliest event Latest event 452,254,458 07/23/2000 11:06:54 04/07/2011 11:04:07

we want to purge all but the last 7 days

I created a file in /opt/app/splunk/etc/system/local/

cat indexes.conf [main] frozenTimePeriodInSecs = 604800

How long should it take before I see the reults change in the SUmmary page

I refresh about every 2 minutes

Tags (1)
0 Karma

tgleason
New Member

I added

maxTotalDataSizeMB = 25000

to the /opt/app/splunk/etc/system/local/indexes.conf file still have the same problem

0 Karma

David
Splunk Employee
Splunk Employee

A bucket will only be purged when the newest event in the bucket is older than the frozenTimePeriodInSecs. That means that you need to configure your buckets such that they will have a relatively small amount of data (or a relatively small percentage of data).

By default, the main index buckets are pretty large (how big depends on the filesystem), but you can configure that to be, say, your daily data volume, and then on average you'll lose one bucket per day, which should contain events between exactly 7 and approximately 8 days old (depending on the particular week's data volumes).

Does this make sense?

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...