Skip to content

Commit

Permalink
[DOCS] Fix remote cluster client node docs (#57176)
Browse files Browse the repository at this point in the history
Changes:

* Documents the `r` role in the _cat/nodes API docs

* Fixes a typo in the node docs
  • Loading branch information
Nick Canzoneri authored May 27, 2020
1 parent 4bad820 commit 8d70f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cat/nodes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/modules/node.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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.
Expand Down

0 comments on commit 8d70f06

Please sign in to comment.