我安装了Elasticsearch 5.6,当我通过以下方式安装web前端elasticsearch-head时:
C:\elasticsearch\elasticsearch\bin>plugin -install mobz/elasticsearch-head
它返回:
'plugin' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes
知道已经安装了java。
请帮帮忙。谢谢
无法在Windows 7中安装elasticsearch-head。在命令提示符中出现以下错误。
elasticsearch-2.4.0\bin>plugin install mobz/elasticsearch-head
Installing mobz/elasticsearch-head...
ing https://github.com/mobz/elasticsearch-head/archive/master.zip ...
OR: failed to download out of all possible locations..., use --verbose to get
我在我的vm windows server 2008 r2上运行了elasticsearch。有时,当我尝试访问:
servername:9200
servername:9200/_plugin/head
servername:9200/_plugin/kibana
....
加载页面时,服务器似乎被卡住了。我检查了我的虚拟机上的空间磁盘,它没有饱和,我还检查了cpu和内存,所有这些指示器都很好。所以我在问什么会影响elasticsearch的性能(有没有一些参数可以在elasticsearch.yaml配置中添加或删除)。它很重要,因为我们将使用它来监控大约20台服务器,而现在它正在与一台机
我刚开始学习弹性搜索,并尝试通过logstash将IIS日志转储到ES中,看看它在Kibana中的外观。已经成功地设置了所有的三个代理,他们运行的错误。但是,当我在存储的日志文件上运行logstash时,这些日志不会出现在Kibana。(我正在使用ES5.0,它没有“head”_plugin)
这是我在logstash命令中看到的输出。
Sending Logstash logs to C:/elasticsearch-5.0.0/logstash-5.0.0-rc1/logs which is now configured via log4j2.properties.
06:28:2
当我试图安装我通过调用
./elasticsearch-plugin install file:///fullpath/to/zipfile/custome_plugin.zip
它给了我这个错误:
ERROR: `elasticsearch` directory is missing in the plugin zip
我读了一些类似的文章,许多人试图安装.jar而不是.zip。我确实尝试过安装.zip,但同样的错误仍然显示出来。
另外(可能与此问题无关),当我手动解压缩zip文件并将其放入插件文件夹时,执行elasticsearch-plugins list会列出自定义插件。在这种情况下,
我在我的应用程序中使用ES-2.4.0,并且我有一个在单个查询中删除多个文档的用例。我正在尝试使用delete by query ,但面临以下异常
Caused by: java.lang.IllegalStateException: failed to find action org.elasticsearch.action.deletebyquery.DeleteByQueryAction@7c1ed3a2] to execute
at org.elasticsearch.client.node.NodeClient.doExecute(NodeClient.java:56