I 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
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.
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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With