mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 17:15:49 +02:00
elasticsearch-node: add page (#17512)
This commit is contained in:
parent
3a1cf35689
commit
d0e8e34edd
1 changed files with 28 additions and 0 deletions
28
pages/common/elasticsearch-node.md
Normal file
28
pages/common/elasticsearch-node.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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 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]}}`
|
Loading…
Add table
Reference in a new issue