v3.0.0
3.0.0 (2024-11-27)
⚠ BREAKING CHANGES
- The index name has been changed from "actions" to "events", requiring manual
deletion of the old "actions" index.
Key changes:
- The index configuration now uses 3 shards and 1 replica to distribute the load evenly across
the cluster's 3 data nodes. The index name has been changed toevents
to enforce this setting. - An index template with a
rollover_alias
has been created to ensure rollover operations work
correctly and don't hang. - Updated ISM policy:
- Rollover now occurs daily, allowing for more granular purging after 14 days.
- Introduced a warm state for indexes older than 7 days an action reduces the number of replicas
to 0.
Enhancements and Bug Fixes 🐛
- resolve rollover issue with index and ism policy improvements (b67f462)