jprante / elasticsearch-jdbc

JDBC importer for Elasticsearch
Apache License 2.0
2.84k stars 710 forks source link

support for Elasticsearch 2.4.0 ? #905

Open yyxs opened 7 years ago

yyxs commented 7 years ago

Hi! Which elasticsearch-jdbc vison could support Elasticsearch 2.4.0 ?

Thx.

sskmail14 commented 7 years ago

I think its yet to be released. So you can also go with Logstash

vfa-cuongnv2 commented 7 years ago

I see in here https://github.com/jprante/elasticsearch-jdbc#compatiblity-matrix. Can you check again?

sskmail14 commented 7 years ago

@vfa-cuongnv2 I think its only up to 2.3.4, doesn't seems to have 2.4.0. Its better to use Logstash as its officially recomended.

vfa-cuongnv2 commented 7 years ago

@sskmail14 I know. But i see in document, all version elasticsearch. Each version have support elasticsearch jdbc. I using elasticsearch 2.4.3 and elasticsearch jdbc 2.3.2.0. It work. Maybe i don't understand question of @yyxs . Or It is idea best @sskmail14 ?

jprante commented 7 years ago

" I using elasticsearch 2.4.3 and elasticsearch jdbc 2.3.2.0. It work."

The version number gives information about the Elasticsearch version the JDBC importer contains. It works because 2.4 changed not much regarding client API from 2.3. But, this is just by accident, and not a rule.

I will recompile unchanged JDBC importer code against Elasticsearch 2.4 versions but the main focus is on developing a new approach using Elasticsearch 5.x

vfa-cuongnv2 commented 7 years ago

@sskmail14 Thanks you, I is 1 newbie, i study about elasticsearch. So sometimes i not understand profound about Elasticsearch. I have 1 question : https://github.com/jprante/elasticsearch-jdbc/issues/928 Can you check and help me?

sskmail14 commented 7 years ago

@jprante Sorry but the elasticsearch-jdbc version for elastic 2.4.0 was not specified in the table.

jprante commented 7 years ago

@sskmail14 simply because there is no JDBC importer released yet for Elasticsearch 2.4.x