esctl icon indicating copy to clipboard operation
esctl copied to clipboard

CLI for Elasticsearch

Results 5 esctl issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

enhancement