1. 下载解压
kibana-6.6.2-x86_64.tar.gz
2. 修改配置文件
server.port: 5601
serer.host:
"0.0.0.0"
elasticsearch.hosts:
["http://localhost:9200"]
3.启动
bin/kibana
nohup bin/kibana
&
4. 访问
http://localhost:5601
kibana使用手册
https://www.elastic.co/guide/en/kibana/3.0/using-kibana-for-the-first-time.html