indices 썸네일형 리스트형 [draft] elasticsearch 클러스터 구성에서 인덱스 생성 elasticsearch 클러스터 구성에서 인덱스 생성 시 프라이머리 샤드와 복제본 설정- 프라이머리 샤드(Primary Shard)와 복제본(Replica) 설정인덱스(aindextest) 생성- Shard : 3, Replica : 2 (3개 노드로 구성)#curl -XPUT "http://localhost:9200/aindextest" -H 'Content-Type: application/json' -d'# {# "settings": {# "number_of_shards": 3,# "number_of_replicas": 2# }#}#'curl -XPUT "http://elastic:elastic@localhost:9200/aindextest" -H 'Content-Type: appli.. 더보기 이전 1 다음