I've just install latest elasticseach on my mac using brew install elasticsearch
, and it can run and I can see contents from localhost:9200
.
But I tried to install web-browser for it. So the stack over flow says there's a "plugin" command under elasticsearch/bin
folder. But seems this is an answer for very old version of Elasticsearch. Now there's only one /usr/local/Cellar/elasticsearch/5.1.1/libexec/bin/elasticsearch-plugin
, and I failed to:
elasticsearch-plugin install mobz/elasticsearch-head
It's not successful. But how to achieve it? Thanks a lot.