1

I wish to integrate Elastic Search for my existing mysql database.So I want to index the dB.How shall I do this ? I didn’t get sufficient help from google.please help me

2
  • Can you provide some additional detail on what you've tried, what didn't work, why it didn't work, etc? When I Google "mysql to elasticsearch" I get scores of quality information. Commented Jun 26, 2013 at 15:48
  • @MatthewBoynes: I followed this tutorial github.com/jprante/elasticsearch-river-jdbc/wiki/Quickstart and at last im getting following error: "error" : "IndexMissingException[[jdbc] missing]", "status" : 404 Commented Jun 27, 2013 at 6:44

1 Answer 1

1

If you're still stuck on this:

Are you sure you executed the 3rd step of the QuickStart ?

./bin/plugin --url http://bit.ly/10FJhEd -install river-jdbc

It installs the jdbc-river plugin and creates the jdbc index, which should fix the encountered error:

"error" : "IndexMissingException[[jdbc] missing]", "status" : 404
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.