diff --git a/docs/reference/cat/nodes.asciidoc b/docs/reference/cat/nodes.asciidoc index ecbb116bd00..c6b62f6bf1a 100644 --- a/docs/reference/cat/nodes.asciidoc +++ b/docs/reference/cat/nodes.asciidoc @@ -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. @@ -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] \ No newline at end of file +// TESTRESPONSE[s/veJR/.+/ s/59938/\\d+/ s/[*]/[*]/ non_json]