본문 바로가기
카테고리 없음

ES 주요 API

by eden.do 2022. 9. 28.
  • http://es-host:9200/_cat/allocation?v -> 클러스터 디스크 현황
  • http://es-host:9200/_cluster/health?pretty -> 클러스터 헬스체크
  • http://es-host:9200/_cat/indices?v -> 인덱스 상태 확인
    • http://es-host:9200/_cat/indices?h=i,creation.date.string -> 인덱스, 인덱스 생성날짜 
  • http://es-host:9200/_cat/shards -> 모든 샤드 상태 확인
  • http://es-host:9200/_cat/shards/{index_name}?v -> 특정 인덱스의 샤드 상태확인
  • http://es-host:9200/[index_name] 특정 인덱스의 상태확인