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
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
© 2024 OneMinuteCode. All rights reserved.