LoginSignup
2
4

More than 5 years have passed since last update.

elasticsearch-knapsack pluginインストール

Last updated at Posted at 2014-11-18
  • ローカルファイルからのインストール手順です。
  • knapsack plugin Ver2.1.5前提です。

事前準備

1. 下記URLからzipをDLする。

[http://dl.bintray.com/jprante/elasticsearch-plugins/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.1.5/elasticsearch-knapsack-2.1.5.zip]

インストール作業

1. DLしたzipをelasticsearchサーバの/tmpにULする。

2. 下記コマンドを実行する。

# /usr/share/elasticsearch/bin/plugin --install knapsack --url file:///tmp/elasticsearch-knapsack-2.1.5.zip

3. 出力結果に下記が表示される事を確認する。

Installed knapsack into /usr/share/elasticsearch/plugins/knapsack

おわり

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4