kibana5.4 安装

xiaoxiao2021-02-28  97

Kibana5.4安装包下载地址:

https://artifacts.elastic.co/downloads/kibana/kibana-5.4.0-linux-x86_64.tar.gz

    

 

解压后修改配置文件kibana.yml

 server.port: 5015 (默认5601端口)

server.host: "0.0.0.0"

elasticsearch.url: "http://X.X.X.X:9200"

 

后台启动:nohup bin/kibana &

          exit

转载请注明原文地址: https://www.6miu.com/read-33514.html

最新回复(0)