Zen Discovery Settings Not Used
Legacy Zen Discovery settings remain in cluster configuration even though modern Elasticsearch versions use a different cluster coordination stack. Those keys are ignored at runtime but confuse operators editing settings and can hide the real quorum and voting configuration that matters.
For a complete list of insights, refer to AutoOps insights.
| Field | Value |
|---|---|
| Component | Elasticsearch |
| Severity | Low |
| Scope | Cluster |
| Domains | configuration |
The following is an example of what you might see when this insight is triggered. Real insights use live data and links from your deployment or cluster.
No description available.
AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.
Remove unused zen discovery settings
Condition: Always shown for this insight.
Remove deprecated discovery.zen.* settings from elasticsearch.yml on each affected node. Restart nodes one at a time only after the cluster is green, and wait for each node to rejoin before restarting the next.
Impact: Zen discovery was replaced and is not relevant for the cluster current version and above. This might be misleading when reading and editing configurations. Up until version 6 it was possible to inadvertently set unsafe settings with the Zen Discovery mechanism. The setting was deprecated and is now redundant, so it should be removed to avoid confusion.