I am looking for options to sync and enrich documents from MongoDB to Elasticsearch. I found Monstache that can do the sync part. I also found Elasticsearch Ingest Node that can modify the documents before indexing into Elasticsearch.
Can I use Monstache to index documents through the ingest node so that I can transform and enrich documents before storing in Elasticsearch?
There are other options like logstash, but the MongoDB plugin is not actively maintained and has quite a lot of issues. So, I am looking at other options.