https://artifacts.elastic.co/...linux
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.4.2-linux-x86_64.tar.gz
tar -zxf kibana-6.4.2-linux-x86_64.tar.gz
修改kibana配置文件kibana.ymlelasticsearch
一、 kibana向外提供服務,運行遠程用戶訪問url
server.host: "hserver3"
二、 配置elasticsearch.url插件
# The URL of the Elasticsearch instance to use for all your queries. elasticsearch.url: "http://hserver3:9200"
命令:code
[es@hserver3 kibana-6.4.2]$ nohup bin/kibana &
訪問地址:http://hserver3:5601server