elasticsearch-jdbc icon indicating copy to clipboard operation
elasticsearch-jdbc copied to clipboard

JDBC importer for Elasticsearch

Results 101 elasticsearch-jdbc issues
Sort by recently updated
recently updated
newest added

Does 2.3.4.1 supports elasticsearch 2.4.0? I found the thread pool is not shutdown for each iteration to update index to elasticsearch 2.4.0. ![image](https://cloud.githubusercontent.com/assets/1947983/19565573/d8fde7a8-9719-11e6-8487-4dc11fa18b77.png)

I am a rookie to gradle.I have tried to export jar using eclipse and then write shell script,but i ran failed.I have modified for my own requirement, so I am...

When i try to run the feeder it is throwing the below error: @jprante could you please let me know if i'm doing anything wrong Exception in thread "main" java.lang.UnsupportedClassVersionError:...

{ "type" : "jdbc", "jdbc" : { "bulk_timeout" : "10s", "index" : "**_", "bulk_size" : "100", "flush_interval" : "1s", "type" : "**_", "max_bulk_requests" : "30", "url" : "jdbc:mysql://**_:3306", "sql" :...

I successfully ran jdbc and it created (for every string type field) another field.row (non-analyzed) which seems necessary for aggregations in kibana. Then I moved the script to production (same...

Hi @jprante I need to do a bulk import (~ 1 billion records /10g data) from oracle to elastic search. i used following settings "max_bulk_actions" : "200000", "max_concurrent_bulk_requests" : "50",...

hi, Here is my river, the result is true, i have put port 1433 in firewall access permission, but there is no data in test2, i don't know why...i need...

Hello Jprante my elasticsearch 's version is 2.3.5 so I want to know which elasticsearch-jdbc version can I use? Thank you very much!

Hi, Do you think the lastest version of elasticsearch-jdbc could support Elasticsearch 2.4.1 ? If not do you have a plan for it, soon ? Thx.

Hi, I was working on upgrading our current setup which uses jdbc river with Elasticsearch 0.90.9 to the recent most versions of the products (Elasticsearch 1.7.2 and jdbc importer 1.7.2.1)....