esctl
esctl copied to clipboard
CLI for Elasticsearch
### Description: Currently, the esctl tool is tightly coupled to a specific Elasticsearch version, limiting its flexibility. The goal is to abstract the Elasticsearch access in the es package, allowing...
**Description** The `host` and `port` pair configurations can be retrieved from the service discovery tools (consul, etcd, zookeeper) or rest api. **Motivation** In dynamic environment, host and port pair can...
**Description** ```shell $ esctl operation node "" --exclude $ esctl operation node ",...." --include ``` **Motivation** This feature is practical for operational tasks. Maybe some elastic servers will be in...
**Description** The `esctl get nodes` command currently provides information about Elasticsearch nodes. This feature request aims to enhance the command by including additional details such as the number of CPU...
**Description** The current column sorting implementation in esctl may not correctly handle cases where column values include partial numbers. This feature request aims to enhance the sorting functionality to handle...