Top "Elasticsearch-jdbc-river" questions

The Java Database Connection (JDBC) river allows to fetch data from JDBC sources for indexing into Elasticsearch.

elasticsearch failed to parse date

I've the following index definition for the date: "handshaketime" : {"type":"date","format":"YYYY-MM-ddTHH:mm:ss.SSSZ"} And the actual date …

elasticsearch elasticsearch-jdbc-river
Alternatives to Elasticsearch river plugins

I want to synchronize an Elasticsearch index with the contents of an SQL database. The Elasticsearch JDBC river meets all …

jdbc elasticsearch elasticsearch-jdbc-river
ElasticSearch - creating JDBC river

I working on a PHP project, Using MYSQL for storing data. I want to use ElasticSearch search engine for searching …

elasticsearch elasticsearch-jdbc-river