Linux command
elasticsearch-node 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Clean up data
elasticsearch-node repurpose
Detach node from its cluster
elasticsearch-node detach-cluster
Override cluster state version
elasticsearch-node override-version
Remove custom metadata
elasticsearch-node remove-customs [customs]
Unsafely bootstrap a new cluster
elasticsearch-node unsafe-bootstrap
Remove cluster settings
elasticsearch-node remove-settings [settings]
说明
Low-level node recovery and cluster operations
参数
- -E _setting=value_
- Override an Elasticsearch configuration setting for the tool invocation.
- -h, --help
- Show help.
- -s, --silent
- Show minimal output.
- -v, --verbose
- Show verbose output.
FAQ
What is the elasticsearch-node command used for?
Low-level node recovery and cluster operations
How do I run a basic elasticsearch-node example?
Run `elasticsearch-node repurpose` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -E _setting=value_ do in elasticsearch-node?
Override an Elasticsearch configuration setting for the tool invocation.