Skip to content

Commit

Permalink
[DOCS] Added the voting node.role value (#48162)
Browse files Browse the repository at this point in the history
* [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"
  • Loading branch information
Oofles authored and ywelsch committed Oct 22, 2019
1 parent e931fcd commit 2f162a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cat/nodes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Valid columns are:

`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-only node), and `-` (coordinating node only).
+
For example, `mdi` indicates a master-eligible data and ingest node.

Expand Down Expand Up @@ -340,4 +340,4 @@ The API returns the following response:
id ip port v m
veJR 127.0.0.1 59938 {version} *
--------------------------------------------------
// TESTRESPONSE[s/veJR/.+/ s/59938/\\d+/ s/[*]/[*]/ non_json]
// TESTRESPONSE[s/veJR/.+/ s/59938/\\d+/ s/[*]/[*]/ non_json]

0 comments on commit 2f162a9

Please sign in to comment.