Skip to content

Commit d31e337

Browse files
Ooflesywelsch
authored andcommitted
[DOCS] Added the voting node.role value (#48162)
* [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"
1 parent 39f3325 commit d31e337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/cat/nodes.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Valid columns are:
4343

4444
`node.role`, `r`, `role`, `nodeRole`::
4545
(Default) Roles of the node. Returned values include `m` (master-eligible node),
46-
`d` (data node), `i` (ingest node), and `-` (coordinating node only).
46+
`d` (data node), `i` (ingest node), `v` (voting-only node), and `-` (coordinating node only).
4747
+
4848
For example, `mdi` indicates a master-eligible data and ingest node.
4949

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

0 commit comments

Comments
 (0)