mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 17:14:17 +02:00
8 lines
513 B
Markdown
8 lines
513 B
Markdown
- [Go client docs](https://www.elastic.co/docs/reference/elasticsearch/clients/go/typed-api)
|
|
- [ES API docs](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get)
|
|
|
|
- Fix index names custom completion
|
|
- add cluster default <name> which would add a flag to the config, so that no -C is needed subsequently
|
|
- add `cluster stats` from `/_cluster/stats` like mem, procs, open files, num indices, shards etc
|
|
or add these to `cluster status`, maybe add a `--stats` to include stats there?
|