官网
https://www.elastic.co/cn/downloads/past-releases#kibana
1.下载
https://www.elastic.co/cn/downloads/past-releases#kibana
2.解压
tar -zxvf kibana-7.10.2-linux-x86_64
3.启动
groupadd es
useradd es -g es
passwd es
abcd1234
chown -R es:es /opt/elk/kibana-7.10.2-linux-x86_64
4.配置
vi kibana.yml
server.host: 0.0.0.0 #允许远程访问的地址配置
elasticsearch.hosts: ["http://localhost:9200"