Download kibana
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.3.2-linux-x86_64.tar.gz tar -zxvf kibana-6.3.2-linux-x86_64.tar.gz
Modify configuration file
vim config/kibana.yml # Release the annotation and change the default configuration to the following:Server.port:5601 server.host: "0.0.0.0" elasticsearch.url: "http://192.168.202.128:9200" kibana.index: ".kibana"
start-up
bin/kibana
Effect