zoukankan      html  css  js  c++  java
  • 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: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

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

  • 相关阅读:
    Cannot find module 'webpack'
    Failed to read auto-increment value from storage engine
    laravel框架查看执行过的sql语句
    windows与虚拟机共享文件夹设置
    csv导出文件中有html
    特定中文字符串正则匹配
    运动跟踪等算法的解释
    自控力这本书的读后感
    提取肤色信息原理及操作——opencv
    那些年我们排过的序之希尔排序
  • 原文地址:https://www.cnblogs.com/woniu4/p/8391153.html
Copyright © 2011-2022 走看看