-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Added the voting node.role value #48162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.
|
Pinging @elastic/es-distributed (:Distributed/Allocation) |
|
Pinging @elastic/es-core-features (:Core/Features/CAT APIs) |
|
Pinging @elastic/es-docs (>docs) |
docs/reference/cat/nodes.asciidoc
Outdated
| `node.role`, `r`, `role`, `nodeRole`:: | ||
| (Default) Roles of the node. Returned values include `m` (master-eligible node), | ||
| `d` (data node), `i` (ingest node), and `-` (coordinating node only). | ||
| `d` (data node), `i` (ingest node), `v` (voting node), and `-` (coordinating node only). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we call those voting-only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to read "voting-only node"
Updated "voting node" to read "voting-only node"
ywelsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@Oofles this needs to be merged into all 7.x / master branches as well (see version labels). |
* [DOCS] Added the voting node.role value With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node. * [DOCS] Added the voting node.role value Updated "voting node" to read "voting-only node"
* [DOCS] Added the voting node.role value With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node. * [DOCS] Added the voting node.role value Updated "voting node" to read "voting-only node"
* [DOCS] Added the voting node.role value With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node. * [DOCS] Added the voting node.role value Updated "voting node" to read "voting-only node"
* [DOCS] Added the voting node.role value With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node. * [DOCS] Added the voting node.role value Updated "voting node" to read "voting-only node"
With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for
vthat will display if the node is a voting node.