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

Hi - I am using ES2.3.3 and the corresponding latest version of elasticsearch-jdbc. I am trying to import rows from a Postgres 9.5 DB where there are numbers stored as...

My code in mysql-myself-test.bat looks like: @echo off ``` set LIB="E:\elasticsearch-jdbc-2.3.4.0\lib*" set BIN="E:\elasticsearch-jdbc-2.3.4.0\bin" REM ??? echo {^ "type" : "jdbc",^ "jdbc" : {^ "url" : "jdbc:mysql://localhost:3306/test",^ "user" : "xxx",^ "password"...

Hi i am currently using this great interface to get data from our MS SQL server tables to elasticsearch. I now need to get data from a stored procedure. First...

Hi, jprante. Recently i used your elasticsearch-river to build index for mysql data, while building index, there was a column which format is blob data, and hens i add following...

When I delete the data in the database, can I delete the data in the es? Schedule can only add to the database of new data, the database has been...

Have plan for es 5.x?

There seems to be a missing file which elasticsearch plugin install expects, so I get the error: ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip What am I...

Hi, i am trying to use the e-jdbc for its purpose, to move data from mysql to elastic. However it is not going too well. I have an error that...

Hi, I want call elasticsearch-jdbc in my application like this: ` new JDBCImporter().setSettings(settings).run(); ` then it will be more flexible, e.g. add a web ui

hi,when I connect to es , this happeed,how can I fixs it? `[08:46:49,351][INFO ][org.xbib.elasticsearch.helper.client.BaseTransportClient][pool-3-thread-1] trying to connect to [127.0.0.1:9300] [08:47:19,612][ERROR][importer.jdbc ][pool-3-thread-1] error while processing request: no cluster nodes available, check...