jprante / elasticsearch-jdbc

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

Kibana v5 support? #896

Open Trouble123 opened 8 years ago

Trouble123 commented 8 years ago

Hi Is kibana v5 support planning on being implemented? When is this expectes, when it's GA or earlier?

Thanks

jprante commented 8 years ago

JDBC importer never supported Kibana, but I assume you mean Elasticsearch 5, which is in alpha stage and still moves with fast pace. It will bring a plethora of changes and it will take a while after GA to get JDBC importer to support them.

Trouble123 commented 7 years ago

Sorry, yes i meant Elasticsearch 5.

On that topic, we are looking at forking the JDBC importer to use it with SearchGuard (https://github.com/jprante/elasticsearch-jdbc/issues/847), but will wait for v5, so we dont have to re-do it.

Trouble123 commented 7 years ago

G'day

With the release of elasticsearch v5 today, do you have an expected time frame to support this version?

Thanks

spiritonly commented 7 years ago

@jprante install this plugin to elasticsearch v5 failed. any plan to support v5? thank you!

jprante commented 7 years ago

Yes, I intend to support Elasticsearch 5. But there is no ETA. Many things have changed and there are also new APIs. HTTP Client is disappointing, not compatible to TransportClient API.