elasticsearch API

Jmnote (토론 | 기여)님의 2019년 9월 19일 (목) 19:02 판 (새 문서: {{소문자}} ==개요== <source lang='console'> # curl -u elastic:password localhost:9200 { "name" : "localhost", "cluster_name" : "elasticsearch", "cluster_uuid" : "DoZwos0YR2...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}