elk operations

elk

draft

casual audit & maintenance

cluster

display cluster health

    GET _cluster/health?pretty

check there are no zone weights

    GET /_cluster/routing/awareness/zone/weights

indices & shards

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

troubleshooting

GET /_nodes/hot_threads

GET /_nodes/<nodeId>/hot_threads

explain unassigned shards

GET _cluster/allocation/explain

resources

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/tuning-your-cluster/availability-and-recovery/shard-indexing-settings/

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/


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun