kibana安装

Posted woniu4

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kibana安装相关的知识,希望对你有一定的参考价值。

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:[email protected]5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.126] [info][status][plugin:[email protected]5.5.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [02:42:44.161] [info][status][plugin:[email protected]5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.187] [info][status][plugin:[email protected]5.5.2] Status changed from uninitialized to green - Ready
  log   [02:42:44.385] [info][status][plugin:[email protected]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:[email protected]5.5.2] Status changed from yellow to yellow - No existing Kibana index found
  log   [02:42:49.661] [info][status][plugin:[email protected]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安装的主要内容,如果未能解决你的问题,请参考以下文章

yum安装的kibana怎么启动

kibana安装

kibana的安装和启动

ELK v2 kibana的安装

kibana安装使用

kibana 安装