首页 > 其他 > 详细

kibana安装

时间:2021-04-29 22:33:19      阅读:24      评论:0      收藏:0      [点我收藏+]

下载

 wget https://artifacts.elastic.co/downloads/kibana/kibana-7.12.1-linux-x86_64.tar.gz

解压

 tar -zxvf kibana-7.12.1-linux-x86_64.tar.gz -C /opt/module/

配置

server.host: "192.168.130.62"

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

启动

[datalink@slave1 config]$  ../bin/kibana 

.....

log [17:55:14.471] [info][listening] Server running at http://192.168.130.62:5601
log [17:55:15.489] [info][server][Kibana][http] http server running at http://192.168.130.62:5601

..................................

打开网页

技术分享图片

 

kibana安装

原文:https://www.cnblogs.com/playforever/p/14719054.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!