简体   繁体   English

弹性搜索5.1.1无法安装elasticsearch-head?

[英]elastic search 5.1.1 unable to install elasticsearch-head?

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 . 我刚刚使用brew install elasticsearch elasticsearch在我的Mac上安装了最新的elasticseach,它可以运行,并且我可以从localhost:9200看到内容。

But I tried to install web-browser for it. 但是我尝试为此安装Web浏览器。 So the stack over flow says there's a "plugin" command under elasticsearch/bin folder. 因此,堆栈溢出表示在elasticsearch/bin文件夹下有一个“插件”命令。 But seems this is an answer for very old version of Elasticsearch. 但这似乎是针对非常旧版本的Elasticsearch的答案。 Now there's only one /usr/local/Cellar/elasticsearch/5.1.1/libexec/bin/elasticsearch-plugin , and I failed to: 现在只有一个/usr/local/Cellar/elasticsearch/5.1.1/libexec/bin/elasticsearch-plugin ,但是我无法:

elasticsearch-plugin install mobz/elasticsearch-head

It's not successful. 不成功 But how to achieve it? 但是如何实现呢? Thanks a lot. 非常感谢。

In addition to what Andrei said, you may install another standalone tool called cerebro : https://github.com/lmenezes/cerebro 除了Andrei所说的之外,您还可以安装另一个名为cerebro独立工具: https : //github.com/lmenezes/cerebro

It's from the same author who developed the kopf plugin back then for previous ES releases (2.x and backwards). 它是由同一位作者开发的,当时是针对kopf ES版本(2.x及kopf版本)开发kopf插件的

Basically, the exact same UI as the Kopf plugin, but as a standalone Scala app. 基本上,UI与Kopf插件完全相同,但作为独立的Scala应用程序。

脑

elasticsearch-head is not supported in ES 5.x anymore. ES 5.x不再支持elasticsearch-head See here more details about this: https://github.com/mobz/elasticsearch-head#running-as-a-plugin-of-elasticsearch-deprecated 请参阅此处的更多详细信息: https : //github.com/mobz/elasticsearch-head#running-as-a-a-plugin-of-elasticsearch-deprecated

for Elasticsearch 5.x: site plugins are not supported. 对于Elasticsearch 5.x:不支持网站插件。 Run as a standalone server 作为独立服务器运行

And you need to use it with the standalone server option . 并且您需要将其与独立服务器选项一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM