Skip to content

Commit

Permalink
[DOCS] Add frozen node to cat nodes API (#69228) (#69367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Feb 22, 2021
1 parent f810dc0 commit bc289af
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/reference/cat/nodes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,20 @@ Valid columns are:
(Default) Used file descriptors percentage, such as `1`.

`node.role`, `r`, `role`, `nodeRole`::
(Default) Roles of the node. Returned values include `c` (cold node), `d` (data
node), `h` (hot node), `i` (ingest node), `l` (machine learning node), `m`
(master-eligible node), `r` (remote cluster client node), `s` (content node),
`t` ({transform} node), `v` (voting-only node), `w` (warm node) and `-`
(coordinating node only).
(Default) Roles of the node. Returned values include
`c` (cold node),
`d` (data node),
`f` (frozen node),
`h` (hot node),
`i` (ingest node),
`l` (machine learning node),
`m` (master-eligible node),
`r` (remote cluster client node),
`s` (content node),
`t` ({transform} node),
`v` (voting-only node),
`w` (warm node), and
`-` (coordinating node only).
+
For example, `dim` indicates a master-eligible data and ingest node. See
<<modules-node>>.
Expand Down

0 comments on commit bc289af

Please sign in to comment.