jprante / elasticsearch-jdbc

JDBC importer for Elasticsearch
Apache License 2.0
2.84k stars 709 forks source link

Problem with elasticsearch 1.4.2 #435

Open JJardin77580 opened 9 years ago

JJardin77580 commented 9 years ago

Hi! In my firm , i use ElasticSearch and your jdbc plugin for indexing PostgreSql9.1 Data. Firstly , i Followed your tutorial and i'm ElasticSearch 1.4.2 installed . Goal with this release, when i put data , the cluster Becomes red . After, i'm ElasticSearch installed 1.4.0 and all is good . It's normal? Perhaps a change is required in the process installation? Thank's for your work!

jprante commented 9 years ago

What messages are in the server logs?

JJardin77580 commented 9 years ago

Server log is here : http://pastebin.com/MShnNb0w

jprante commented 9 years ago

Your cluster setup does not work, no index is there and no shard can be used... and the JDBC river reacts to this and denies to continue. First you should try without river if you can create indices and documents.

JJardin77580 commented 9 years ago

Ok i will test this. Thank's