Loading

Number Of Master Nodes

The cluster has fewer master-eligible nodes than recommended for production resilience. With only one elected master, loss of that node blocks cluster management until a new election succeeds with quorum.

Note

For a complete list of insights, refer to AutoOps insights.

Field Value
Component Elasticsearch
Severity High
Scope Cluster
Domains configuration, high-availability, stability

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.

Note

AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.

Impact: The cluster might become unavailable if the master node disconnects/restarts. Having 3 master-eligible nodes allows the cluster to continue functioning when the elected master is not available. Master nodes are in charge of cluster-wide settings and actions, such as deleting or creating indices, adding or removing nodes, and allocations of shards to nodes. Each cluster has a single master node elected from the pool of all available master eligible nodes. If the master node becomes unavailable for any reason then the cluster requires a quorum of the remaining master eligible nodes (at least 2) to enable the election of a new master.