Hello,
I'm trying to find documentation on integrating elasticsearch 2.3.4 and Mongo db 3.2.8 and so far I'm not able to find any.
I understand that in the current versions, the river driver is no longer needed. Thus, what is the way to integrate them now?
I believe the Mongo "Connector" is the current way to do it: https://github.com/mongodb-labs/mongo-connector/wiki/Usage%20with%20ElasticSearch
E.g. it tails the Mongo oplog and replicates it to ES. But I know very little about Mongo, so that could be very wrong
Thank you very much. This has helped and I'm exploring it now.