Sync MongoDb to ElasticSearch
问题 I am looking for a way to sync collections in MongoDB with Elastic Search (ES). The goal is to have MongoDB as a primary data source and use MongoDB as a full text search engine. (The business logic of my project is written in python). Several approaches are online available. Mongo-connect River plugin logstash-input-mongodb (logstash plugin) see similar question Transporter However, most of the suggestions are several years old and I could not find any solution that supports the current