I notice that when new fields are added into Mongo, ElasticSearch is not updated with these fields, how do I sync them over?
I am using Monstache to sync data into ElasticSearch. It appears it does not automatically detect new changes to fields?
Tried using update mappings API to add new fields, but even when I insert/update data on mongo, the new fields are not found in ES. I suspect I need to change something in monstache?