Sfoglia il codice sorgente

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

Changes:

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

* Fixes a typo in the node docs
Nick Canzoneri 5 anni fa
parent
commit
8d70f0696f

+ 1 - 1
docs/reference/cat/nodes.asciidoc

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

+ 1 - 1
docs/reference/modules/node.asciidoc

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