JDBC river plugin not able to install in Windows

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

Rivers are not compatible with ES 2.X.

Thanks for your reply.. So how can we connect database through Elasticsearch or logstash?

Is there any other way to connect database through ES or Logstash?

please help me

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html is one way.

My JDBC importer is not a river, and not a plugin.

It's easy: up to ES 1.6, there was a JDBC river. This is history.

From ES 1.6 up, there is JDBC importer. It is running in a separate JVM.

Please consult the issues at https://github.com/jprante/elasticsearch-jdbc/ for help from Windows experts in the community.

I don't know Windows, but this might work http://r2d2.cc/2015/08/05/elastic-search-on-windows-with-mysql-sql-server-2014-and-import-feeder/

2 Likes