[DOCS] Fix remote cluster client node docs (#57176) (#57205)

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:
James Rodewig 2020-05-27 08:58:29 -04:00 committed by GitHub
parent 6760c69783
commit 2c2673d759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>>.

View File

@ -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.