我已经尝试了安装 marvel 和 sense 的在线和离线说明,但没有任何效果。我有 ES 2.2.1 和 Kibana 4.4.2
我试过了
plugin install marvel-agent
但我明白了
Installing marvel-agent...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/2.2.0/marvel-agent-2.2.0.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information
同样的错误
bin/plugin install license
bin/kibana plugin --install elasticsearch/marvel/latest
所以然后我尝试下载文件并按照说明进行操作
https://www.elastic.co/guide/en/marvel/current/installing-marvel.html#offline-installation
我试过了
plugin install file:///C:/Users/xyz/ElasticSearch/zips/marvel-agent-2.2.0.zip
但我明白了
-> Installing from file:/C:/Users/xyz/ElasticSearch/zips/marvel-agent-2.2.0.zip...
Trying file:/C:/Users/xyz/ElasticSearch/zips/marvel-agent-2.2.0.zip ...
Downloading ..DONE
Verifying file:/C:/Users/xyz/ElasticSearch/zips/marvel-agent-2.2.0.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
同样的
plugin install file:///C:/Users/xyz/ElasticSearch/zips/license-2.2.0.zip
最后是
kibana plugin --install marvel --url file:///C:/Users/xyz/ElasticSearch/zips/marvel-2.2.0.tar.gz
我明白了
Installing marvel
Attempting to transfer from file:///C:/Users/xyz/ElasticSearch/zips/marvel-2.2.0.tar.gz
Error: ENOTFOUND
Plugin installation was unsuccessful due to error "No valid url specified."
请指出我做错了什么。