mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 06:34:18 +02:00
14 lines
537 B
Markdown
14 lines
537 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)
|
|
|
|
- index show: add more details, see screenshots
|
|
|
|
- add shard explain, aka:
|
|
get /_cluster/allocation/explain {"index":"yourindex", "primary": true, "shard":0}
|
|
|
|
|
|
- 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
|