码迷,mamicode.com
首页 > 其他好文 > 详细

kibana安装

时间:2018-01-31 14:46:55      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:5.5   waiting   今天   listen   xxx   ready   console   安装过程   配置   

kibana,ELK中的K,主要为ES提供界面化操作,据说还是比较炫的,今天安装5.5.2版本进行尝试一把。

安装过程不难,简单的配置了一下端口和IP即可,难度不大。

config下的kibana.yml中配置相关参数:

server.port: 5601
server.host: "10.xxx.xxx.192"

elasticsearch.url: "http://10.xxx.xxx.192:9200"

之后在bin目录下直接启动即可,比较幸运,没有任何错误的启动了。

./kibana

  log   [02:42:44.038] [info][status][plugin:kibana@5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.126] [info][status][plugin:elasticsearch@5.5.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [02:42:44.161] [info][status][plugin:console@5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.187] [info][status][plugin:metrics@5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.385] [info][status][plugin:timelion@5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.390] [info][listening] Server running at http://10.xxx.xxx.192:5601
  log   [02:42:44.391] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow
  log   [02:42:49.198] [info][status][plugin:elasticsearch@5.5.2] Status changed from yellow to yellow - No existing Kibana index found
  log   [02:42:49.661] [info][status][plugin:elasticsearch@5.5.2] Status changed from yellow to green - Kibana index ready
  log   [02:42:49.664] [info][status][ui settings] Status changed from yellow to green - Ready

最后在浏览器中直接访问即可

kibana安装

标签:5.5   waiting   今天   listen   xxx   ready   console   安装过程   配置   

原文地址:https://www.cnblogs.com/woniu4/p/8391153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!