elasticsearch API

Jmnote (토론 | 기여)님의 2019년 10월 23일 (수) 14:20 판 (Jmnote님이 Curl localhost:9200 문서를 Elasticsearch curl localhost:9200 문서로 이동했습니다)

1 개요

# curl -u elastic:password localhost:9200
{
  "name" : "localhost",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "DoZwos0YR26WsHSZYO4O2A",
  "version" : {
    "number" : "7.2.0",
    "build_flavor" : "default",
    "build_type" : "tar",
    "build_hash" : "508c38a",
    "build_date" : "2019-06-20T15:54:18.811730Z",
    "build_snapshot" : false,
    "lucene_version" : "8.0.0",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}