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)
|
2026-04-29 13:44:21 +02:00
|
|
|
|
2026-05-13 13:51:09 +02:00
|
|
|
- index show: add more details, see screenshots
|
2026-05-18 12:19:45 +02:00
|
|
|
|
2026-05-13 13:51:09 +02:00
|
|
|
- add shard explain, aka:
|
|
|
|
|
get /_cluster/allocation/explain {"index":"yourindex", "primary": true, "shard":0}
|
2026-06-01 12:30:41 +02:00
|
|
|
|
|
|
|
|
|
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 07:29:03 +02:00
|
|
|
|
|
|
|
|
- table any2string
|