elasticsearch-changes-plugin
elasticsearch-changes-plugin copied to clipboard
can't install this plugin on ES 1.3.2
While trying to install this plugin on a vm running elasticsearch 1.3.2 I get the following:
spaans@estest:/usr/share/elasticsearch$ sudo bin/plugin -install derryx/elasticsearch-changes-plugin
-> Installing derryx/elasticsearch-changes-plugin...
Trying https://github.com/derryx/elasticsearch-changes-plugin/archive/master.zip...
Downloading .................DONE
Installed derryx/elasticsearch-changes-plugin into /usr/share/elasticsearch/plugins/changes-plugin
Usage:
-u, --url [plugin location] : Set exact URL to download the plugin from
-i, --install [plugin name] : Downloads and installs listed plugins [*]
-t, --timeout [duration] : Timeout setting: 30s, 1m, 1h... (infinite by default)
-r, --remove [plugin name] : Removes listed plugins
-l, --list : List installed plugins
-v, --verbose : Prints verbose messages
-s, --silent : Run in silent mode
-h, --help : Prints this help message
[*] Plugin name could be:
elasticsearch/plugin/version for official elasticsearch plugins (download from download.elasticsearch.org)
groupId/artifactId/version for community plugins (download from maven central or oss sonatype)
username/repository for site plugins (download from github master)
Message:
Error while installing plugin, reason: IllegalArgumentException: Plugin installation assumed to be site plugin, but contains source code, aborting installation.
(Side note: is this a supported configuration at all?)
:+1: same here on 1.4, guessing no support for later releases
It should work on version 1.7 from this commit: https://github.com/derryx/elasticsearch-changes-plugin/commit/f1fe2ce3ce9450b0d280db298105ee2808e89477. You'll need to create a new build as the releases haven't been updated.
I have this plugin working on version 2.1.1 in my fork.
FYI: This plugin seems deprecaded but this one works like a charm: https://github.com/jurgc11/es-change-feed-plugin
Thanks for the hint. I added a note to the README file.