2

コマンド プロンプトからelasticsearch-head`プラグインをインストールしようとすると、次のエラーが表示されるのはなぜですか?

C:\tomcat\webapps\elasticsearch-1.1.1\bin>plugin -install mobz/elasticsearch-head

エラー:

    Installing mobz/elasticsearch-head...
    Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...

   **Failed to install mobz/elasticsearch-head, reason:** failed to download out of all
    possible locations..., use -verbose to get detailed information
4

3 に答える 3

3

https://github.com/mobz/elasticsearch-headから手動でダウンロードし、elasticsearch-1.4.2/plugins/head/_site/ で解凍します。

Elasticsearchサーバーを起動し、ブラウザでチェックイン http://localhost:9200/_plugin/head/

于 2015-01-29T14:03:54.363 に答える
3

この方法で正常にインストールしました:

bin/plugin -DproxyPort=port_number -DproxyHost=hostname -install mobz/elasticsearch-head

上記のコマンドの port_number と hostname を置き換えます。

于 2015-04-01T02:47:43.687 に答える
1

head プラグインのインストーラーが壊れているようです。それは報告します:

Can't get https://github.com/movz/elasticsearch-head/archive/master.zip

このファイルを手動でダウンロードしようとすると、インストーラーが機能しないことがわかります。

ただし、head プラグインをhttps://github.com/mobz/elasticsearch-headから zip としてダウンロードし、ブラウザで index.html を開くだけで簡単に使用できます。

于 2014-08-05T10:53:49.303 に答える