elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
JDBC importer for Elasticsearch
Hi @jprante , Whats for plan for ElasticSearch 5.0?
Hi i'm having problems with the jdbc importer version 2.3.4.0 and elasticsearch 6.4.2 this is my config in script file `.bat` ``` @echo off set DIR=%~dp0 set LIB=%DIR%..\lib\* set BIN=%DIR%..\bin...
Please help me up, I have got the same issue. How did you fix? Below are the details. I am also running on single node. Also I tried running on...
Dear Jprante, I use ES 2.0.0, Java 8. When i import data from mysql, the Index has been created, but the importing data was failed. below are the logs: [13:39:23,501][INFO...
Hi, all, I run this easy example with local mysql, which is used to index all rows in the table to elasticsearch. echo '{ "type" : "jdbc", "jdbc": { "url":"jdbc:mysql://localhost:3306/tutorials",...
Hello,When to support elasticsearch-5.5.0
my driver elasticsearch version is 2.3.2 and jdk is 1.7, i use elasticswarch-jdbc-2.3.2.0. but run *.sh is error! Exception in thread "main" java.lang.UnsupportedClassVersionError: org/xbib/tools/Runner : Unsupported major.minor version 52.0 NOW...
Hi, We would like to use elastic jdbc importer for pulling data from our traditional rdbms to elastic and search on it. I was able to do that successfully but...
When I use [] to concatenate a field in an index, such as [123]ningyangxian, after the index is created, this column is only [123], and the ningyangxian behind is lost....