What I'm trying to achieve is to see if it's possible to detect changes to a document in an index.
Basically if any part of the document changes I want the watcher to trigger a microservice to capture the changes.
I was hoping I could output the "old" (as in pre-update) contents of a document utilizing the watcher plugin but a watcher is triggered after the fact so it appears the best I can do is see if a timestamp field has been updated, for example, and output the document to a web service.
Thanks in advance.
Regards,
Mark Gillen