Is there a good way to track when a particular index/type is updated with new documents. I have use-case where we constantly update an index/type with new documents and was wondering what is the recommended way to go about the same. Link to a similar question asked earlier
I do understand the concept as to how the documents are stored and update in a distributed system(i.e. keeping track of timestamp wrt each document). But, was wondering, whats the recommended way of knowing when was the index updated because of a change, or does that not make any logical sense ?