启动kibana出错:http://192.168.146.128:9200/

log   [03:15:03.101] [error][status][plugin:watcher@6.3.1] Status changed from red to red - [data] Elasticsearch cluster did not respond with license information.
  log   [03:15:03.101] [error][status][plugin:index_management@6.3.1] Status changed from red to red - [data] Elasticsearch cluster did not respond with license information.
  log   [03:15:03.101] [error][status][plugin:graph@6.3.1] Status changed from red to red - [data] Elasticsearch cluster did not respond with license information.

这里似乎是没有elasticSearch 的许可
可以通过这个命令来看:

curl -XGET -u admin:passwd  "http://192.168.146.128:9200/_license"

账户名:elastic
密码输入:changeme

结果:

{
  "build" : {
    "hash" : "eb782d0",
    "date" : "2018-06-29T22:03:21.668624Z"
  },
  "license" : null,
  "features" : {
    "graph" : {
      "description" : "Graph Data Exploration for the Elastic Stack",
      "available" : true,
      "enabled" : true
    },

可以看到license是null,最可能的原因就是要连接的这个 elasticsearch 节点不能和master节点建立连接,可是我只启动了一个 elasticsearch 节点,按道理它就是 master 节点啊。我想起昨天启动了两个es节点,又打开了另一个节点重新运行,成功登录。、

参考:https://www.jianshu.com/p/513774293b86

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值