elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
JDBC importer for Elasticsearch
Hi, I am using elasticsearch-jdbc-2.3.4.0 plug in to index from Oracle Data Base in windows. I have installed Elastic search version 6.2.4. When i run the import i am getting...
support PostgreSQL database?
[gradle caching](https://docs.gradle.org/current/userguide/build_cache.html). Shared caches can reduce the number of tasks you need to execute by reusing outputs already generated elsewhere. This can significantly decrease build times. We can enable this...
Hi, I have a typical requirement to: **Fetch from SQL -> Transform the rows to a custom object -> Identify the location of the file(binary) from transformed row attribute ->...
When I configure the schedule parameter to execute once every minute and set to linux boot service, I stay here in the elasticsearch log after starting, unable to enter the...
Hello my Configuration like this: `echo '{ "type" : "jdbc", "jdbc" : { "elasticsearch.cluster":"my-application", "url" : "jdbc:mysql://10.179.38.6:3306/mammon", "user" : "root", "password" : "123456", "sql" : "select * from '${table}'", "elasticsearch"...
whether support Elasticsearch 6 and 7?And it looks like this project stop developing, whether it go on developing or not ?
[2019-04-05T19:22:12,661][WARN ][o.e.t.TcpTransport ] [Nd5aFRV] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:9300, remoteAddress=/127.0.0.1:54592}], closing connection java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.6.0]
Hello @jprante , Following is the log stack. Although, there are solutions for this exception. But I dont know how to implement it for this package. One solution is mentioned...