반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 클라우드
- os
- C++
- boj
- 도커 컨테이너
- docker
- ios
- 프로세스
- swift 클로저
- centOS7
- 리눅스
- Python
- linux
- k8s
- kubernetes
- 도커
- centOS
- 데브옵스
- 운영체제
- Swift
- 네트워크
- 인프라
- NGINX
- 도커 명령어
- 도커 이미지
- devops
- 쿠버네티스
- 부스트코스
- 컨테이너
- AWS
Archives
- Today
- Total
목록index.routing.allocation.require (1)
귀염둥이의 메모
[ElasticSearch] node does not match index setting [index.routing.allocation.require] filters [box_type:\"hot\"]
UNASSIGNED 상태인 shard의 원인을 explain API를 사용하여 확인할 수 있다. # explain API curl -XGET "localhost:9200/_cluster/allocation/explain?pretty" "node does not match index setting [index.routing.allocation.require] filters [box_type:\"hot\"]" box_type 설정이 잘 못된 경우이다. hot-warm 구조를 사용하지 않지만, 잘못된 template 설정으로 인하여 box_type: hot 으로 설정된 경우가 있다. 문제가 있는 인덱스의 "index.routing.allocation.require.box_type": null 으로 설정하여 일..
Infra & Devops/ElasticSearch
2023. 3. 9. 00:43