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

**the shell file content:** #!/bin/sh DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" bin=${DIR}/../bin lib=${DIR}/../lib echo ' { "type" : "jdbc", "jdbc" : { "url" : "jdbc:db2://99.1.101.43:50000/EXPENSE", "statefile" :...

Let's say I have some simplest oracle DB table named "user" contains 2 columns : _id as int and _name as varchar2 (30). - I have Elastic-search (ES) on some...

We are currently evaluating plugins to import billions of records from SQL Server into Elasticsearch. I'd appreciate feedback from anybody who has evaluated the performance of logstash-input-jdbc vs elasticsearch-jdbc.

The data in a datetime column is being imported as null. ![date_time column not being imported](https://cloud.githubusercontent.com/assets/10907490/23626691/148f24f8-02ae-11e7-9c13-2b81e7ddca20.jpg) [Output of a Curl on the index.txt](https://github.com/jprante/elasticsearch-jdbc/files/822306/Output.of.a.Curl.on.the.index.txt) The content of the datetime column as...

Hello . iam new to ES so sorry if i say a mistake. I am trying to connect my database (Sql Server) to ES using the jdbc driver,i have been...

- Move logging to slf4j simplifying integration with other software - Keep log4j as logger for distribution and tests

i am trying to import the data from mysql using jdbc importer. elastic search server version 1.5.2 jdbc version - 1.5.2.0 index is created properly but still i am not...

Hello, I have configured my river and they work like a charm. It is great. Although I have a complicated query so I end up with tons of duplications in...

enhancement

I'm pulling data from my database whose table name is Categories which has columns Cat_id and Cat_name. I currently have 6 rows as my test data and started river instance...