質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Elasticsearch

Elasticsearchは、クラウド向けに構築された、RESTful な API を提供する分散型のサーチエンジンアプリケーションです。

Q&A

解決済

1回答

2477閲覧

Elasticsearchにplugin(RiverWeb Plugin)を導入したいのだが...

arabbit

総合スコア14

Elasticsearch

Elasticsearchは、クラウド向けに構築された、RESTful な API を提供する分散型のサーチエンジンアプリケーションです。

0グッド

0クリップ

投稿2017/05/18 05:52

いつもお世話になっております。
ElasticSearch5.4.0へRiverWebを導入したいのですが、RiverWebを導入するためにはQuartz Pluginが必要だとサイトを見て知りました。

そこでQuartz Pluginを次のコマンドで導入しようとしたのですが、Unknown plugin〇〇 とエラーが出て導入できませんでした。

sudo ./elasticsearch-plugin install org.codelibs/elasticsearch-quartz/1.0.1


そもそもES5ではRiverWebに対応していないという情報も得ましたので、ES2にESを切り替えて次のコマンドを試してみました。

sudo ./plugin install org.codelibs/elasticsearch-quartz/1.0.1 --verbose

すると、次のようなエラーが返ってpluginの導入に失敗しました

-> Installing org.codelibs/elasticsearch-quartz/1.0.1... Trying https://download.elastic.co/org.codelibs/elasticsearch-quartz/elasticsearch-quartz-1.0.1.zip ... Failed: FileNotFoundException[https://download.elastic.co/org.codelibs/elasticsearch-quartz/elasticsearch-quartz-1.0.1.zip]; nested: FileNotFoundException[https://download.elastic.co/org.codelibs/elasticsearch-quartz/elasticsearch-quartz-1.0.1.zip]; Trying https://search.maven.org/remotecontent?filepath=org/codelibs/elasticsearch-quartz/1.0.1/elasticsearch-quartz-1.0.1.zip ... Downloading .........................................................................DONE Verifying https://search.maven.org/remotecontent?filepath=org/codelibs/elasticsearch-quartz/1.0.1/elasticsearch-quartz-1.0.1.zip checksums if available ... Downloading .DONE ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

ここで皆さんにお聞きしたいのは、どのようにすればES5、もしくはES2へRiverWebPluginを導入できるのでしょうか?ぜひ回答よろしくお願いします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

Quartz プラグインは、ES 1.x にしか対応していないようです。

ソース: Not supporting ES2.X

River Web にしても、最新バージョンでは README を見ても Quartz が必要というような説明が見当たらなかったので、なくてもいいのではないでしょうか?

ところで、もし用途が一致していればですが、River Web よりも Fess というオールインワンパッケージを使う方が楽ですよ。中身は ES なので。

River Web をインストールする場合は、ググって出てくる解説サイトの内容が古いことが多いので、公式 README を参考にするのがいいかと思います。対応している ES バージョンは 2.4.X です。

投稿2017/05/18 07:32

編集2017/05/18 07:42
Thailand

総合スコア18

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

arabbit

2017/05/18 11:58

ES2.4に対してRiverWeb2.4をインストールしようとしましたが、やはりエラーでした。 以下エラーコードです。 ``` sudo ./plugin install elasticsearch-river-web --verbose -> Installing elasticsearch-river-web... Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/elasticsearch-river-web/2.4.0/elasticsearch-river-web-2.4.0.zip ... Failed: FileNotFoundException[https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/elasticsearch-river-web/2.4.0/elasticsearch-river-web-2.4.0.zip]; nested: FileNotFoundException[https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/elasticsearch-river-web/2.4.0/elasticsearch-river-web-2.4.0.zip]; ERROR: failed to download out of all possible locations..., use --verbose to get detailed information ```
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問