From d0e8e34edd18e0525f965cf0ed10bdee70faacd2 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Fri, 8 Aug 2025 18:07:00 +0530 Subject: [PATCH] elasticsearch-node: add page (#17512) --- pages/common/elasticsearch-node.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/elasticsearch-node.md diff --git a/pages/common/elasticsearch-node.md b/pages/common/elasticsearch-node.md new file mode 100644 index 0000000000..c3c9bfe8b4 --- /dev/null +++ b/pages/common/elasticsearch-node.md @@ -0,0 +1,28 @@ +# elasticsearch-node + +> Manage low-level Elasticsearch node operations such as shutdown, repurpose, or viewing info. +> More information: . + +- Display information about the current node: + +`elasticsearch-node info` + +- Prepare the node for a full cluster restart (e.g., after upgrading): + +`elasticsearch-node unsafe-bootstrap` + +- Repurpose a node for a different role (e.g., from master to data node): + +`elasticsearch-node repurpose` + +- List the roles assigned to the node: + +`elasticsearch-node roles` + +- Show the installed JVM version, Elasticsearch home path, and other diagnostic information: + +`elasticsearch-node diagnostics` + +- Display help: + +`elasticsearch-node {{[-h|--help]}}`