joonsei
Hello, world!
joonsei
전체 방문자
오늘
어제
  • 분류 전체보기 (32)
    • nodejs (7)
    • javascript (3)
    • Elasticsearch (11)
    • Electron (1)
    • oracle (1)
    • etc (7)
    • MongoDB (1)

인기 글

최근 댓글

최근 글

joonsei
Elasticsearch

kibana unassigned 처리

2017. 10. 16. 14:24

Elasticsearch의 ./kibana index가 Unassigned 발생하는 이유는
./kibana index의 number_of_replicas 값이 ES의 기본 설정값 보다 높은 경우 발생한다.

이런 경우 ./kibana index의 template 값을 변경

$ curl -XPUT 'localhost:9200/.kibana/_settings' -H 'Content-Type: application/json' -d '
{
    "index" : { 
        "number_of_replicas" : 0 
     }
}
'

 

저작자표시
    'Elasticsearch' 카테고리의 다른 글
    • 조건에 따른 특정 Document 데이터 삭제
    • [Elasticsearch] monitoring execution failed 오류
    • Elasticsearch Cluster 재기동, Rolling restart
    • Kibana Mapping Conflict 해결 방법
    joonsei
    joonsei
    IT 개발자의 소소한 기술 이야기.

    티스토리툴바