draft
display cluster health
GET _cluster/health?pretty
check there are no zone weights
GET /_cluster/routing/awareness/zone/weights
show indices and docs count
GET _cat/indices?v
show shards
GET _cat/shards?v
show shards and storage allocation
GET _cat/allocation?v&s=shards GET _cat/allocation?v&s=disk.avail
GET /_nodes/hot_threads GET /_nodes/<nodeId>/hot_threads
explain unassigned shards
GET _cluster/allocation/explain
https://www.elastic.co/guide/en/elastic-stack-overview/index.html old doc (6.3 - 7.4)
https://www.elastic.co/guide/en/elasticsearch/reference/index.html new doc
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-hot-threads/
https://opensearch.org/docs/latest/api-reference/nodes-apis/index/
https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/cluster-settings/
https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-settings/
https://ariamarble.github.io/api-reference/cluster-api/cluster-settings/
https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/