mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
_cat/nodes used to return `c` for client node or `d` for data node as part of the node.role column. This commit changes it to return `m` for master eligible, `d` for data and/or `i` for ingest. A node with no explicit roles will be a coordinating only node and marked with `-`. A node can obviously have multiple roles. The master column has been adapted to return only whether a node is the current master (`*`) or not (`-`). |
||
---|---|---|
.. | ||
alias.asciidoc | ||
allocation.asciidoc | ||
count.asciidoc | ||
fielddata.asciidoc | ||
health.asciidoc | ||
indices.asciidoc | ||
master.asciidoc | ||
nodeattrs.asciidoc | ||
nodes.asciidoc | ||
pending_tasks.asciidoc | ||
plugins.asciidoc | ||
recovery.asciidoc | ||
repositories.asciidoc | ||
segments.asciidoc | ||
shards.asciidoc | ||
snapshots.asciidoc | ||
thread_pool.asciidoc |