因为我本机安装的 elasticsearch 是 6.2.4 版本,所以kibana也要安装对应的 6.2.4 版本

wget https://artifacts.elastic.co/downloads/kibana/kibana-6.2.4-x86_64.rpm 

sha1sum kibana-6.2.4-x86_64.rpm

sudo rpm --install kibana-6.2.4-x86_64.rpm

 

然后开启外网访问功能, 访问 http://192.168.48.137:5601/

 

参考资料

官方安装文档

https://www.elastic.co/guide/cn/kibana/current/rpm.html

 

相关文章:

  • 2021-08-30
  • 2021-04-20
  • 2021-11-26
  • 2022-02-08
猜你喜欢
  • 2021-04-29
  • 2021-08-24
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
相关资源
相似解决方案