Is it possible to find if. a single attribute is modified in an Elasticsearch document, does Elasticsearch provide me a callback which I can listen to somehow using an internal or an external tool or library. I would like to trigger an action of re-populating another attribute in the same document by making an HTTP call which could be time consuming as well and hence would want to do this in an asynchronous fashion
Any suggestions are really appreciated