Writing whereis elasticsearch i get: /usr/bin/elasticsearch /etc/elasticsearch /usr/share/elasticsearch
None of these have "plugin" in the bin folder.
This kinda worked but I don't know if the command is equivalent to docs one: sudo /usr/bin/elasticsearch-plugin install license sudo /usr/bin/elasticsearch-plugin install marvel-agent
When I go to localhost:9200/_plugin/marvel I get a blank page.
For kibana I did this: sudo bin/kibana plugin --install elasticsearch/marvel/latest
Well, my distro is based in linux arch. It's called manjaro. And pacman is the package manager.
I installed the ELK stack following tutorials like this one:
Thanks for that last comment, but the point is that I don't have "plugin" under "bin" folder. See: ls /usr/share/elasticsearch/bin
elasticsearch.in.sh
That's why I just can't follow the installation process I mentioned originally. Not sure what's going on.
If you're using ES 2.x, you can access Marvel by going to
localhost:9200/app/marvel
This is because from ES 2.0, Marvel became a Kibana plugin and is accessible by firstly launching Kibana instance and then switching to the Marvel app from the app switch icon as shown below.
Hi Bohyun! Thanks for your reply.
Yes, I do see Marvel under Kibana. But I don't see Sense, and that's why I was trying to access through the "old" URI.
Btw, your link returns: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [marvel]"}],"type":"illegal_argument_exception","reason":"No feature for name [marvel]"},"status":400}
Not sure what should I expect. But as I said, Marvel indeed exists inside Kibana. I'll try to get Sense listed.
This is because I gave you the URL with the wrong port number. If you haven't changed the port number for Kibana, you'd probably reach the Marvel end point at
Yes! Please feel free to check out our 5.0 beta1 and let us know if you have any feedback.
It's called 5.0 because we started a unified release process for all of our products and since Kibana was already on 4.x, it made sense to bump up the versions for all of the other products.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.