centos7 elasticsearch5.2.2安装kibana5.2.2

45 篇文章 0 订阅
35 篇文章 1 订阅

环境

操作系统:centos7
elasticsearch:5.2.2
kibana:5.2.2

步骤

当初我是为了安装x-pack,但是呢?需要安装kibana,所以我顺带也就安装下。

安装步骤也很简单,就是:
①下载压缩包;
②然后解压到自己喜欢的目录,修改配置文件,使其能连接到elasticsearch;③最后启动kibana即可。

wget https://artifacts.elastic.co/downloads/kibana/kibana-5.2.2-linux-x86_64.tar.gz
sha1sum kibana-5.2.2-linux-x86_64.tar.gz 
tar -xzf kibana-5.2.2-linux-x86_64.tar.gz
cd kibana/ 

上面是官网贴出来的方法,但是呐,我是先通过window 10下载kibana-5.2.2-linux-x86_64.tar.gz,然后再通过命令rz,上传到服务器中。

其中sha1sum校验的文件下载


解压完成后,把解压后的文件kibana-5.2.2-linux-x86_64,我是放到/usr/programe_files/

修改conf/ kibana.yml中的elasticsearch.url,因为我的elasticsearch的配置server.host=192.168.116.131,所以这里我配置成:

elasticsearch.url=http://192.168.116.131:9200

最后进入到kibana-5.2.2-linux-x86_64目录,执行:

./bin/kibana

这时它会显示:

  log   [13:25:55.568] [info][status][plugin:kibana@5.2.2] Status changed from uninitialized to green - Ready
  log   [13:25:55.715] [info][status][plugin:elasticsearch@5.2.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [13:25:55.742] [info][status][plugin:console@5.2.2] Status changed from uninitialized to green - Ready
  log   [13:25:57.079] [info][status][plugin:timelion@5.2.2] Status changed from uninitialized to green - Ready
  log   [13:25:57.084] [info][listening] Server running at http://192.168.116.131:5601
  log   [13:25:57.085] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow
  log   [13:25:58.727] [error][status][plugin:elasticsearch@5.2.2] Status changed from yellow to red - Request Timeout after 3000ms
  log   [13:25:58.728] [error][status][ui settings] Status changed from yellow to red - Elasticsearch plugin is red
  log   [13:26:07.033] [info][status][plugin:elasticsearch@5.2.2] Status changed from red to yellow - No existing Kibana index found
  log   [13:26:07.034] [info][status][ui settings] Status changed from red to yellow - Elasticsearch plugin is yellow
  log   [13:26:10.283] [info][status][plugin:elasticsearch@5.2.2] Status changed from yellow to green - Kibana index ready
  log   [13:26:10.284] [info][status][ui settings] Status changed from yellow to green - Ready

刚开始时我一直报:ui settings Elasticsearch plugin is red和连接超时30000,后来发现是我elasticsearch.url=http://192.168.116.131:9200这个地方的IP地址写错了。我写成了196。

至此完毕。
这里写图片描述

参考连接:
https://www.elastic.co/guide/en/kibana/current/targz.html

https://www.elastic.co/downloads/kibana

http://www.cnblogs.com/wxw16/p/6150681.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

山鬼谣me

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值