Changes: * Documents the `r` role in the _cat/nodes API docs * Fixes a typo in the node docs Co-authored-by: Nick Canzoneri <nickcanz@github.com>
This commit is contained in:
parent
6760c69783
commit
2c2673d759
|
@ -44,7 +44,7 @@ Valid columns are:
|
|||
`node.role`, `r`, `role`, `nodeRole`::
|
||||
(Default) Roles of the node. Returned values include `d` (data node), `i`
|
||||
(ingest node), `m` (master-eligible node), `l` (machine learning node), `v`
|
||||
(voting-only node), `t` ({transform} node), and `-` (coordinating node only).
|
||||
(voting-only node), `t` ({transform} node), `r` (remote cluster client node), and `-` (coordinating node only).
|
||||
+
|
||||
For example, `dim` indicates a master-eligible data and ingest node. See
|
||||
<<modules-node>>.
|
||||
|
|
|
@ -125,7 +125,7 @@ node.ingest: false <4>
|
|||
node.ml: false <5>
|
||||
xpack.ml.enabled: true <6>
|
||||
node.transform: false <7>
|
||||
node.remote_client_client: false <8>
|
||||
node.remote_cluster_client: false <8>
|
||||
-------------------
|
||||
<1> The `node.master` role is enabled by default.
|
||||
<2> The `node.voting_only` role is disabled by default.
|
||||
|
|
Loading…
Reference in New Issue