Kibana 的安装

下载地址 https://www.elastic.co/cn/downloads/past-releases/kibana-7-1-0/

  • 启动
    cd /Users/zhangjiachen/ES/kibana-7.1.0-darwin-x86_64
    bin/kibana
    localhost:5601
    添加简单的测试数据到 elasticsearch 中
    image.png
image.png
image.png

实用工具 Dev tools

image.png
  • 可以请求 elasticsearch的 api
    command + "/"查看api帮助文档
    image.png
  • 插件
    bin/kibana-plugin install plugin_location
    bin/kibana-plugin list
    bin/kibana-plugin remove
    https://www.elastic.co/guide/en/kibana/current/known-plugins.html

你可能感兴趣的:(Kibana 的安装)