Files
esctl/TODO.md

16 lines
559 B
Markdown
Raw Permalink 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)
- index show: add more details, see screenshots
- add shard explain, aka:
get /_cluster/allocation/explain {"index":"yourindex", "primary": true, "shard":0}
2026-06-03 13:13:44 +02:00
- add datastream support:
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-data-stream
also exclude data stream backing indices from index ls
2026-07-07 05:29:31 +02:00
- table any2string