1、打开kibana官网下载页面 https://www.elastic.co/cn/downloads/kibana
2、下载历史版本
wget https://artifacts.elastic.co/downloads/kibana/kibana-7.6.2-x86_64.rpm
3、安装kibana
rpm -ivh kibana-7.6.2-x86_64.rpm
4、修改配置文件
vim /etc/kibana/kibana.yml
server.port: 5601 server.host: "0.0.0.0" elasticsearch.hosts: ["http://192.128.0.113:19200"] i18n.locale: "zh-CN" xpack.monitoring.ui.container.elasticsearch.enabled: true
5、启动kibana
systemctl start kibana.service
systemctl enable kibana.service
标签:co,elastic,安装,kibana,7.6,0.0,rpm,cnetos7 From: https://www.cnblogs.com/linjiangCN/p/17462012.html