我刚刚用brew install elasticsearch在我的mac上安装了最新的弹力,它可以运行,我可以从localhost:9200上看到内容。
但我试着为它安装网络浏览器。所以流上的堆栈表示在elasticsearch/bin文件夹下有一个"plugin“命令。但这似乎是对Elasticsearch非常老版本的一个回答。现在只有一个/usr/local/Cellar/elasticsearch/5.1.1/libexec/bin/elasticsearch-plugin,而我失败了:
elasticsearch-plugin install mobz/elasticsearch-head但并不成功。但如何做到这一点呢?非常感谢。
发布于 2017-04-28 12:39:34
除了Andrei说的,您还可以安装另一个独立工具cerebro:https://github.com/lmenezes/cerebro
它来自于为以前的ES发行版(2.x和向后)开发插件的同一个作者。
基本上,完全相同的UI与Kopf插件,但作为一个独立的Scala应用程序。

发布于 2017-04-28 12:29:07
在es5.x中不再支持elasticsearch-head。请参阅这里有关以下内容的详细信息:https://github.com/mobz/elasticsearch-head#running-as-a-plugin-of-elasticsearch-deprecated
对于Elasticsearch 5.x:站点插件不受支持。作为独立服务器运行
您需要将它与独立服务器选项一起使用。
https://stackoverflow.com/questions/43680260
复制相似问题