简体   繁体   English

Elasticsearch 6.3:未知插件Marvel-agent

[英]Elasticsearch 6.3: Unknown Plugin Marvel-agent

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

Now I would like to install Marvel-sense plugin for GUI interaction with my cluster. 现在,我想安装Marvel-sense插件以便与集群进行GUI交互。 I am facing few issues in installing this plugin. 我在安装此插件时遇到了一些问题。 I have just followed the steps mentiond in, 我刚刚按照其中提到的步骤进行操作,

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

Command used: 使用的命令:

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>

Also I could not find Marvel-sense in the available list of plugins . 另外,我在可用的插件列表中找不到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>

I am trying this for past two days. 我过去两天都在尝试这个。 Anyone who have been working with Elasticsearch, please point me where I am doing this wrong. 任何使用过Elasticsearch的人,请指出我做错的地方。

PS: I have also referred one SO question: Install marvel plugin for Elasticsearch which is of different ES version and different case. PS:我也提到了一个SO问题: 为Elasticsearch安装不同ES版本和大小写的Marvel插件

Looks like you need to install X-Pack 看起来您需要安装X-Pack

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

From version 5.0 onward, Marvel is part of X-Pack. 从版本5.0开始,Marvel是X-Pack的一部分。 For more information, see Monitoring Elasticsearch and Kibana in the X-Pack Reference. 有关更多信息,请参阅《 X-Pack参考》中的监控Elasticsearch和Kibana。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM