Hi All,
I have installed elasticsearch-2.3.3 version, and trying to install Jdbc river plugin but its giving an errors like below.
Alos i tried diffrent way like donloaded the jdbc river plugin and pasted in Elsasticsearch/plugins/jdbc folder ...this way also not working..
C:\ELK\elasticsearch-2.3.3\elasticsearch-2.3.3\bin>plugin install jdbc-river
-> Installing jdbc-river...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/jdbc-river/2.3.3/jdbc-river-2.3.3.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information
C:\ELK\elasticsearch-2.3.3\elasticsearch-2.3.3\bin>plugin install https://github.com/jprante/elasticsearch-jdbc
-> Installing from https://github.com/jprante/elasticsearch-jdbc...
Trying https://github.com/jprante/elasticsearch-jdbc ...
Downloading ....................................................................................................
....................DONE
Verifying https://github.com/jprante/elasticsearch-jdbc 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
Please help me. Thanks