Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

노우!쑤

[ElasticSearch] 명령어 본문

DevOps

[ElasticSearch] 명령어

no500 2021. 6. 30. 10:44
  • 버전확인
    GET /
    
    - output
    {
      "name" : "TP-ELK-Web",
      "cluster_name" : "elasticsearch",
      "cluster_uuid" : "AOwHIX6JQ4e60t7F7uPJ9A",
      "version" : {
        "number" : "7.6.1",
        "build_flavor" : "default",
        "build_type" : "rpm",
        "build_hash" : "aa751e09be0a5072e8570670309b1f12348f023b",
        "build_date" : "2020-02-29T00:15:25.529771Z",
        "build_snapshot" : false,
        "lucene_version" : "8.4.0",
        "minimum_wire_compatibility_version" : "6.8.0",
        "minimum_index_compatibility_version" : "6.0.0-beta1"
      },
      "tagline" : "You Know, for Search"
    }​

'DevOps' 카테고리의 다른 글

[ElasticAPM]로그확인  (0) 2021.06.30
[ElasticSearch]Error. Data path already locked by another beat  (0) 2021.06.30
[ElasticStack]알람  (0) 2021.06.25
[ElasticSearch] node 설정  (0) 2021.06.25
[Kibana] TLS 설정  (0) 2021.06.22