【问题标题】:Kibana issue connecting to ElasticSearchKibana 连接到 ElasticSearch 的问题
【发布时间】:2018-07-30 06:31:19
【问题描述】:

美好的一天:

我已经安装了 ElasticSearch(在 Azure 上),我试图让我的 Kibana(本地实例)连接到我的远程弹性实例,但是,我遇到了以下问题:

 [06:26:19.214] [warning][license][xpack] License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. [invalid_index_name_exception] Invalid index name [_xpack], must not start with '_'., with { index_uuid="_na_" & index="_xpack" } :: {"path":"/_xpack","statusCode":400,"response":"{\"error\":{\"root_cause\":[{\"type\":\"invalid_index_name_exception\",\"reason\":\"Invalid index name [_xpack], must not start with '_'.\",\"index_uuid\":\"_na_\",\"index\":\"_xpack\"}],\"type\":\"invalid_index_name_exception\",\"reason\":\"Invalid index name [_xpack], must not start with '_'.\",\"index_uuid\":\"_na_\",\"index\":\"_xpack\"},\"status\":400}"}

想法?

【问题讨论】:

  • 看起来 XPack 没有安装在你的 ES 服务器上,而它在你本地的 Kibana 实例上
  • @Val 是否可以从 Kibana 实例中删除它?

标签: elasticsearch kibana elasticsearch-x-pack


【解决方案1】:

看起来 XPack 没有安装在您的 ES 服务器上,而它安装在您的本地 Kibana 实例上。

你可以在 ES 上安装 XPack

bin/elasticsearch-plugin install x-pack

或从 Kibana 中删除它

bin/kibana-plugin remove x-pack

【讨论】:

  • 在 windows 上卸载 x-pack 给C:\Program Files\kibana\bin>kibana-plugin.bat remove x-pack Unable to remove plugin because of error: "You are using the standard distrbution of Kibana. Please install the OSS-only distribution to remove X-Pack features."
  • 好的,那是因为您没有安装开源版本,而是安装了标准版本。你应该安装这个:artifacts.elastic.co/downloads/kibana/…,它不会有 XPack。
猜你喜欢
  • 1970-01-01
  • 2021-07-30
  • 1970-01-01
  • 2016-01-13
  • 2017-03-13
  • 2019-10-25
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多