http://localhost:9201/_cluster/health?pretty=true
위 URL처럼 해당 클러스터 노드에 쿼리 할 경우 아래 와 같은 json array 타입으로 클러스터 상태를 알 수 있다.
{ "cluster_name" : "clustername", "status" : "green", "timed_out" : false, "number_of_nodes" : 40, "number_of_data_nodes" : 10, "active_primary_shards" : 7, "active_shards" : 70, "relocating_shards" : 0, "initializing_shards" : 0, "unassigned_shards" : 0 }
'프로그래밍 > ElasticSearch' 카테고리의 다른 글
[Elasticsearch] Custom analyzer plugin 만들기 (0) | 2015.05.28 |
---|---|
[Elasticsearch] 샤드, 레플리카 갯수 설정 (0) | 2015.05.28 |
elasticsearch query, filter 사용 차이 (0) | 2015.05.07 |
dangling indices 문제(index 가 지워지지 않는 현상) (0) | 2015.04.06 |
Lucene(elasticsearch) score 계산 (0) | 2015.03.26 |