Elasticsearch 클러스터 썸네일형 리스트형 [WIP] Elasticsearch 클러스터의 상태를 점검하고 모니터링하는 방법 Elasticsearch 클러스터의 상태를 점검하고 모니터링하는 방법Elasticsearch는 REST API 기반으로 클러스터 상태, 노드, 인덱스, 샤드 등 주요 정보를 실시간으로 확인할 수 있습니다.기본 접속 방식curl -X GET "http://localhost:9200/_cluster/health"클러스터 상태 확인curl -XGET 'http://elastic_user:elastic_password@localhost:9200/_cluster/health?pretty'{ "cluster_name" : "es-cluster", "status" : "yellow", "timed_out" : false, "number_of_nodes" : 3, "number_of_data_nodes" : .. 더보기 [WIP] 크롬 확장 프로그램 추천 크롬 확장 프로그램 추천ElasticSearch HeadElasticsearch 클러스터용 웹 프런트 엔드Chrome Web Store를 통해 설치할 수 있습니다.Elasticsearch 클러스터 모니터링 및 프라이머리 샤드(Primary Shard)와 복제본(Replica) 보기 Chrome 웹 스토어 더보기 이전 1 다음