Files
esctl/TODO.md

8 lines
513 B
Markdown
Raw Normal View History

2026-04-22 13:39:35 +02:00
- [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
2026-05-06 13:10:02 +02:00
or add these to `cluster status`, maybe add a `--stats` to include stats there?