7

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

supernatural
  • 1,107
  • 11
  • 34
  • Can you share us console output exactly?..when you try install – GiovaniSalazar Sep 01 '19 at 05:41
  • Added the screenshot @GiovaniSalazar , it shows "ERROR: Unknown plugin marvel" – supernatural Sep 03 '19 at 19:11
  • @supernatural Did you find a solution? from the book, I should view Marvel at localhost:9200/_plugin/marvel How do I view it now? – cuongptnk Dec 08 '21 at 00:18
  • Ok. I found the answer: so Kibana is a UI tool, which will include Marvel and Sense in the book. After install/run Kibana, this is the url to use the console localhost:5601/app/dev_tools#/console – cuongptnk Dec 08 '21 at 01:16

1 Answers1

5

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

GiovaniSalazar
  • 1,999
  • 2
  • 8
  • 15
  • 2
    ... and for newer versions of Elasticsearch X-Pack is included by default. – amagard Oct 14 '19 at 10:50
  • What does this mean? from the book, I should view Marvel at http://localhost:9200/_plugin/marvel/ How do I view it now? – cuongptnk Dec 08 '21 at 00:17
  • Ok. I found the answer: so Kibana is a UI tool, which will include Marvel and Sense in the book. After install/run Kibana, this is the url to use the console http://localhost:5601/app/dev_tools#/console – cuongptnk Dec 08 '21 at 01:15