Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install marvel plugin in elasticsearch 7.3.1?

output on trying to installI am not able to install marvel plugin in elasticsearch. I am following the book "Elasticsearch:The Definitive Guide" and I am stucked in installing marvel plugin. In the book the cmd was

./bin/plugin -i elasticsearch/marvel/latest

And I change to the below as this doesn't works anyway.

None of the following commands are working. It says unknown plugin marvel-agent or unknown plugin license and also same for marvel.

>>sudo bin/elasticsearch-plugin install license

>>sudo bin/elasticsearch-plugin install marvel-agent

>>sudo bin/elasticsearch-plugin install marvel



I tried installing different plugin analysis-icu, and it worked. But didn't worked with marvel

like image 890
supernatural Avatar asked Aug 31 '19 06:08

supernatural


People also ask

Where are the Elasticsearch plugins installed?

It is located in the $ES_HOME/bin directory by default but it may be in a different location depending on which Elasticsearch package you installed: Directory layout of . tar.

What are plugins in Elasticsearch?

Plugins are a way to enhance the core Elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers, native scripts, custom discovery and more. Plugins contain JAR files, but may also contain scripts and config files, and must be installed on every node in the cluster.


1 Answers

From version 5.0 onward, Marvel is part of X-Pack. For more information, see Monitoring the Elastic Stack.

https://www.elastic.co/guide/en/marvel/current/release-notes.html

like image 71
GiovaniSalazar Avatar answered Oct 04 '22 09:10

GiovaniSalazar