"Elasticsearch API"의 두 판 사이의 차이

(새 문서: {{소문자}} ==개요== <source lang='console'> # curl -u elastic:password localhost:9200 { "name" : "localhost", "cluster_name" : "elasticsearch", "cluster_uuid" : "DoZwos0YR2...)
 
잔글 (Jmnote님이 Curl localhost:9200 문서를 Elasticsearch curl localhost:9200 문서로 이동했습니다)
(차이 없음)

2019년 10월 23일 (수) 14:20 판

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