snippetbashTip
elasticsearch-node — Manage low-level Elasticsearch node operations such as shutdown, repurpose, or viewing info. More in
Viewed 0 times
commandnodelevelelasticsearchclimanagelowelasticsearch-node
Problem
How to use the
elasticsearch-node command: Manage low-level Elasticsearch node operations such as shutdown, repurpose, or viewing info. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/node-tool>.Solution
elasticsearch-node — Manage low-level Elasticsearch node operations such as shutdown, repurpose, or viewing info. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/node-tool>.Display information about the current node:
elasticsearch-node infoPrepare the node for a full cluster restart (e.g., after upgrading):
elasticsearch-node unsafe-bootstrapRepurpose a node for a different role (e.g., from master to data node):
elasticsearch-node repurposeList the roles assigned to the node:
elasticsearch-node rolesShow the installed JVM version, Elasticsearch home path, and other diagnostic information:
elasticsearch-node diagnosticsDisplay help:
elasticsearch-node {{[-h|--help]}}Code Snippets
Display information about the current node
elasticsearch-node infoPrepare the node for a full cluster restart (e.g., after upgrading)
elasticsearch-node unsafe-bootstrapRepurpose a node for a different role (e.g., from master to data node)
elasticsearch-node repurposeList the roles assigned to the node
elasticsearch-node rolesShow the installed JVM version, Elasticsearch home path, and other diagnostic information
elasticsearch-node diagnosticsContext
tldr-pages: common/elasticsearch-node
Revisions (0)
No revisions yet.