Watcher install error on elasticsearch 2.4

Hi,

I tried to install watcher plug in for elasticsearch 2.4 but getting the below error Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

[root@ip-10-34-70-115 elasticsearch]# bin/plugin -i watcher -u file:///path/to/file/watcher-1.0.1.zip
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms1024m
ERROR: unknown command [-i]. Use [-h] option to list available commands
[root@ip-10-34-70-111 elasticsearch]# bin/plugin watcher -u file:///path/to/file/watcher-1.0.1.zip
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms1024m
ERROR: unknown command [watcher]. Use [-h] option to list available commands
[root@ip-10-34-70-111 elasticsearch]# bin/plugin install file:///tmp/license-latest.zip
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms1024m
-> Installing from file:/tmp/license-latest.zip...
Trying file:/tmp/license-latest.zip ...
Downloading .DONE
Verifying file:/tmp/license-latest.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

Due to firewall restrictions I cannot install using ,
bin/plugin install license
bin/plugin install watcher

Hey,

you are trying to install way too old versions for watcher and the license plugin. Those are intended to run with Elasticsearch 1.x

Please follow the offline installation guidelines for Elasticsearch 2.x, which contains the right URLs.

--Alex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.