【问题标题】:Elasticsearch 6.3: Unknown Plugin Marvel-agentElasticsearch 6.3:未知插件 Marvel-agent
【发布时间】:2018-09-21 23:50:37
【问题描述】:

我已经按照以下步骤安装了 Elasticsearch 6.3:https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html#_installation_example_with_msi_windows_installer

现在我想安装 Marvel-sense 插件,用于与我的集群进行 GUI 交互。我在安装这个插件时遇到了一些问题。我刚刚按照中提到的步骤,

  1. https://www.elastic.co/guide/en/marvel/current/installing-marvel.html
  2. https://www.elastic.co/guide/en/elasticsearch/plugins/current/installation.html

使用的命令:

F:\MJSpace\elasticsearch-6.3.2\bin>elasticsearch-plugin install marvel-agent
A tool for managing installed elasticsearch plugins

Commands
--------
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - removes a plugin from Elasticsearch

Non-option arguments:
command

Option         Description
------         -----------
-h, --help     show help
-s, --silent   show minimal output
-v, --verbose  show verbose output
ERROR: Unknown plugin marvel-agent

F:\MJSpace\elasticsearch-6.3.2\bin>

我也在可用插件列表中找不到 Marvel-sense

C:\Program Files\Elastic\Elasticsearch\6.3.2\bin>elasticsearch-plugin install -h

Install a plugin

The following official plugins may be installed by name:
  analysis-icu
  analysis-kuromoji
  analysis-phonetic
  analysis-smartcn
  analysis-stempel
  analysis-ukrainian
  discovery-azure-classic
  discovery-ec2
  discovery-file
  discovery-gce
  ingest-attachment
  ingest-geoip
  ingest-user-agent
  mapper-murmur3
  mapper-size
  repository-azure
  repository-gcs
  repository-hdfs
  repository-s3
  store-smb

Non-option arguments:
plugin id

Option             Description
------             -----------
-E <KeyValuePair>  Configure a setting
-b, --batch        Enable batch mode explicitly, automatic confirmation of
                     security permission
-h, --help         show help
-s, --silent       show minimal output
-v, --verbose      show verbose output

C:\Program Files\Elastic\Elasticsearch\6.3.2\bin>

过去两天我一直在尝试这个。任何一直在使用 Elasticsearch 的人,请指出我做错了什么。

P.S:我还提到了一个 SO 问题:Install marvel plugin for Elasticsearch,它具有不同的 ES 版本和不同的大小写。

【问题讨论】:

    标签: elasticsearch elasticsearch-marvel


    【解决方案1】:

    看来你需要安装 X-Pack

    https://www.elastic.co/guide/en/marvel/current/getting-started.html

    从 5.0 版开始,Marvel 成为 X-Pack 的一部分。有关更多信息,请参阅 X-Pack 参考中的监控 Elasticsearch 和 Kibana。

    【讨论】:

    • 下面说 bin/elasticsearch-plugin install x-pack 错误:这个 Elasticsearch 发行版默认包含 X-Pack
    猜你喜欢
    • 1970-01-01
    • 2014-06-29
    • 2020-01-04
    • 1970-01-01
    • 2016-06-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-08-12
    相关资源
    最近更新 更多