I want to add Image Plugin to Elasticsearch

Asked 1 years ago, Updated 1 years ago, 90 views

I would like to add Image Plugin to Elasticsearch by referring to the following website:

https://medium.com/ @kwendomi/elasticsearch-4812fc11c5ca

I am trying to download and add a plug-in from another environment because the destination environment cannot connect to the network, but an installation error occurs.

Destination Environment

centOS
install file —elasticsearch-image-master.zip
java —1.8.0_60
ElasticSearch: 1.1.0
Lucene version: 4.7

Installation Commands

elasticsearch/bin/plugin-u file//bin/elasticsearch/bin/elasticsearch-image-master.zip-icom.github.kzwang/elasticsearch-image/1.3.0

Error Message

Message:
Error while installing plugin, reason:IllegalArgumentException:
Plugin installation assumed to be site plugin, but contains source
code, aborting installation.

Please let me know.

java centos elasticsearch

2022-09-30 19:34

1 Answers

Have you downloaded the source code via Zip from GitHub?
The source must be built in Mavan.
I just had a similar question, so please refer to this.

https://stackoverflow.com/questions/24283057/elasticsearch-building-and-installing-plugins


2022-09-30 19:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.