简体   繁体   English

Elasticsearch在Windows上的奇迹安装

[英]elasticsearch marvel installation on windows

I have downloaded elasticsearch2.0 and it runs with no problems. 我已经下载了elasticsearch2.0 ,它运行没有问题。 I want to add marvel plugin and tried all instruction on the https://www.elastic.co/guide/en/marvel/current/installing-marvel.html and Install marvel plugin for Elasticsearch - it didn't help. 我想添加奇迹插件并尝试https://www.elastic.co/guide/zh-cn/marvel/current/installing-marvel.html上的所有说明,并为Elasticsearch安装奇迹插件 -它没有帮助。

I am trying to install the plugin on windows8.1 64bit . 我正在尝试在windows8.1 64bit上安装插件。 When I typed 当我输入

bin/plugin install elasticsearch/marvel/latest

from elasticsearch directory it says: 从elasticsearch目录中说:

bin is not recognized as an internal or external command, operable program or batch file bin无法识别为内部或外部命令,可操作程序或批处理文件

when I typed 当我键入

plugin install elasticsearch/marvel/latest

from elasticsearch/bin directory it says: 从elasticsearch / bin目录中说:

Failed to install elasticsearch/marvel/latest, reason: failed to download out of all possible locations..., use -verbose to get detailed information 无法安装elasticsearch / marvel / latest,原因:无法从所有可能的位置下载...,使用-verbose获取详细信息

I also tried manual installation. 我还尝试了手动安装。 I downloaded latest marvel (2.0) and put in elasticsearch/plugin/marvel directory then run 我下载了最新的奇迹(2.0)并放在elasticsearch/plugin/marvel目录中,然后运行

plugin install marvel -u marvelfilepath

It gives error 它给出了错误

unrecognized option -u "-i , -u " commands are not recognized from cmd. 无法从cmd识别无法识别的选项-u“ -i,-u”命令。

How can I install marvel plugin. 如何安装奇迹插件。 Any help is welcome. 欢迎任何帮助。

尝试在ES_HOME / plugins目录中复制提取的marvel binaries文件夹并重新启动节点。重新启动节点将自动提取ES_HOME / plugins目录中可用的插件。

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

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