-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Labels
Description
Description
Our current ES configuration hardcodes the ES config value index.auto_expand_replicas=0-all. This means that if are running an index in an ES cluster with 4 data nodes, elasticsearch will automatically set an index's replicas to 4. This number of replicas are unnecessary and consumes too much disk space and network traffic to keep in sync.
By default we should only expand to 1 index replica for redundancy. Any more than that becomes overkill.
Acceptance Criteria
- change default for
index.auto_expand_replicasto0-1 - Allow for the value to configured via env variable.
Priority
None
Additional Context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New