클러스터 디스크 현황
http://es-host:9200/_cat/allocation?v
클러스터 health check
http://es-host:9200/_cluster/health?pretty
index 상태 확인
http://es-host:9200/_cat/indices?v
모든 shard 상태 확인
http://es-host:9200/_cat/shards
특정 index 의 shard 상태 확인
http://es-host:9200/_cat/shards/{index_name}?v
샤드 개수
curl -s -XGET ${ELK_HOST}/_cluster/stats?filter_path=indices.shards.total
'개발' 카테고리의 다른 글
[postgres] 자주 사용하는 psql 명령어 (0) | 2022.09.20 |
---|---|
[kubernetes] k8s pod 가 반복 적으로 restart 되는 현상 (1) | 2022.09.20 |
[elasticsearch] maximum normal shards open 에러 (0) | 2022.09.07 |
tar gz 압축 및 해제 (0) | 2022.09.07 |
[cassandra] datastax bind vs prepared statement (0) | 2022.08.09 |