kibana安装

kibana,ELK中的K,主要为ES提供界面化操做,听说仍是比较炫的,今天安装5.5.2版本进行尝试一把。浏览器

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

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

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

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

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

./kibanaspa

  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

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

相关文章
相关标签/搜索