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."
私が間違っていることを指摘してください。