Deployment Architecture

What initiates the data rotation between buckets?

jamesaarondevli
Path Finder

Hi all,

which of the following initiates data rotation between buckets.

Is it the time from which the event is indexed or is it the timestamp attached to the event?

Cheers,
James

Tags (2)
0 Karma

Paolo_Prigione
Builder

Hi James, neither of them if you talk about hot/warm buckets. Those are created and rotated solely based on the size and number of those already in these statuses.

  • Older hot buckets are rolled to warm when they are more than maxHotBuckets, each as big as maxDataSize specifies (plus some other idle data rules...).
  • Older warm buckets are rolled to cold when they are more than maxWarmDBCount.
  • Older cold buckets are rolled to frozen when their latest event timestamp is older than frozenTimePeriodInSecs.
  • Also, if the index grows more than maxTotalDataSizeMB, the oldest data is rolled to frozen.

Some more settings may be applied, please check the Index.conf docs for that.

Paolo

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...