elk中文下载地址
https://elasticsearch.cn/download/
cd /kibana-6.2.4/config
vim kibana.yml
#修改如下配置
server.port: 5601
server.host: "0.0.0.0"
#修改为自己es的端口
elasticsearch.url: "http://localhost:9200"
kibana.index: ".kibana"