【发布时间】:2015-11-15 13:53:09
【问题描述】:
我已经下载了elasticsearch2.0,它运行没有问题。我想添加奇迹插件并尝试了https://www.elastic.co/guide/en/marvel/current/installing-marvel.html 和Install marvel plugin for Elasticsearch 上的所有指令 - 它没有帮助。
我正在尝试在windows8.1 64bit 上安装插件。当我输入
bin/plugin install elasticsearch/marvel/latest
从 elasticsearch 目录它说:
bin 不是内部或外部命令、可运行程序或批处理文件
当我输入时
plugin install elasticsearch/marvel/latest
从 elasticsearch/bin 目录它说:
安装elasticsearch/marvel/latest失败,原因:下载失败 所有可能的位置...,使用 -verbose 获取详细信息
我也尝试过手动安装。我下载了最新的奇迹(2.0)并放入elasticsearch/plugin/marvel目录然后运行
plugin install marvel -u marvelfilepath
报错
无法从 cmd 识别选项 -u "-i , -u" 命令。
如何安装奇迹插件。欢迎任何帮助。
【问题讨论】:
标签: windows elasticsearch cmd 64-bit elasticsearch-marvel