elasticsearch 의 cluster status 가 RED 여서 조치했던 방법을 정리 한다.
kibana의 dev tools 에서
GET _cat/shards?v=true&h=index,shard,prirep,state,node,unassigned.reason&s=state
을 했더니
.kibana_task_manager_1 이란 index 의 상태가
state : UNASSIGNED
unassigned.reason : NODE_LEFT_ALLOCATION_FAILED
였다.
조치 방법은 kibana 의 dev tools 에서
POST /_cluster/reroute?retry_failed=true
실행 해서 shard 할당을 재시도 했더니 green 상태로 정상화 되었다.
'ELK' 카테고리의 다른 글
[Elasticsearch] Circuit breaker 원인과 해결 방법 (0) | 2023.05.03 |
---|---|
[ Elasticsearch ] Index has exceeded [1000000] - maximum allowed to be analyzed for highlighting (0) | 2023.02.06 |
[ Logstash ] Logstash 설치 (install) 및 plug in 확인 법 (0) | 2020.03.16 |
[ Logstash ] Windows MS949 , CP94 안되는 현상 (0) | 2020.03.16 |
댓글