Kibana學習筆記——安裝和使用

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

相關文章
相關標籤/搜索