You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Currently, the cluster-state-service stores the entire ECS event-stream in Etcd. Over time, this can add up to quite a bit of data. We should enable automatic Etcd compaction by either enabling the --auto-compaction-retention=hours flag on the Etcd service, or by creating a job that periodically compacts Etcd.