1.首先下载Kibanalinux
https://www.elastic.co/downloads
2.解压web
tar -zxvf kibana-6.2.1-linux-x86_64.tar.gz -C ~/software/
3.修改配置,在config文件夹下面修改kibana.ymlbash
#配置本机ip server.host: "127.0.0.1" #配置es集群url elasticsearch.url: "http://127.0.0.1:9200"
4.启动app
./bin/kibana
5.访问webelasticsearch
http://localhost:5601/app/kibana
6.在Manager里面添加index,demo中的index名称叫作esurl
添加以后3d
7.在discover中能够查看数据,里面还会对top数据进行统计server
8.在Dev tool中能够进行查询blog