I am trying to use mongo connector to import the data from mongo db to elastic search. I have followed the instructions as given in the link:
https://github.com/10gen-labs/mongo-connector/wiki/Usage-with-ElasticSearch mongo db : 2.4.12 connector version:2.0.3 elastic search version: 1.5.2
We are having issue where the data is not being imported from mongodb to elastic search.
Queries:
- What is the best way to integrate mongodb with elastic search and synchronize real time data between them in production
- How to setup the synchronization-steps
- How to create one time indexes.