安装Kibana
- 将下载好的rpm包上传到任意一台集群节点上然后执行yum -y localinstall kibana-7.7.0-x86_64.rpm
- 修改主配置文件
[root@localhost ~]# egrep -v "#|^$" /etc/kibana/kibana.yml
server.port: 5601
server.host: "192.168.130.185"
elasticsearch.hosts: ["[http://192.168.130.185:9200](http://192.168.130.185:9200/)"]
i18n.locale: “zh"
- 设置自启动systemctl enable kibana
-
systemctl start kibana 启动会慢一些。
kibana启动成功 - 使用浏览器访问http://x.x.x.x:5601
成功访问kibana
kibana首页
网友评论