kibana--安装

 

centos7

kibana 安装

tar -zxvf kibana-6.6.0-linux-x86_64.tar.gz

 

修改配置文件config下kibana.yml文件

 

server.port: 5601

server.host: "http://192.168.233.100:5601"

elasticsearch.hosts: ["http://192.168.233.100:9200"]

i18n.locale: "zh-CN"

 

切换到bin 目录

前台启动

./kibana

后台启动

nohup ./kibana &

尝试 使用 fuser -n tcp 5601

kill -9 端口

 

 

http://192.168.116.141:5601

 

 

 

Centos7.4设置Kibana 6.4.3自启动

 

https://www.jianshu.com/p/a46d10899f60

 

posted @ 2021-03-05 16:03  jentary  阅读(52)  评论(0编辑  收藏  举报