Kibana Study Notes - Installation and Use

1. First download Kibana

https://www.elastic.co/downloads

2. Unzip

tar -zxvf kibana-6.2.1-linux-x86_64.tar.gz -C ~/software/

3. Modify the configuration, modify kibana.yml under the config folder

#Configure the local ip
server.host: "127.0.0.1"
#Configure es cluster url
elasticsearch.url: "http://127.0.0.1:9200"

4. Start

./bin/kibana

5. Visit the web

http://localhost:5601/app/kibana

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325395291&siteId=291194637