brew install kibana 安装


1.首先需要安装Java 环境
2.brew install elasticsearch
3. 开启服务
brew services start elasticsearch
4. 访问端口 http://localhost:9200

接口
返回数据
{
  "name" : "Hu1Gn2E",
  "cluster_name" : "xxxxxx",
  "cluster_uuid" : "xxxxx",
  "version" : {
    "number" : "6.8.7",
    "build_flavor" : "oss",
    "build_type" : "tar",
    "build_hash" : "c63e621",
    "build_date" : "2020-02-26T14:38:01.193138Z",
    "build_snapshot" : false,
    "lucene_version" : "7.7.2",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}
 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM