Getting updated documents

How to get all documents that have been edited in the last 24 hours and return only the id and attributes that have been changed? Is it possible to do this automatically via Elasticsearch without tracking each attribute? If we can't work through Elasticsearch any advice on how this could be done? Use the latest Elasticsearch version 8.

As far as I know this is not possible.

Thanks, any advice on how this could be done? For now, I go with filed updated with unix time, and in every attribute which, I track also put filed updated.

I do not really have any suggestions. Do not think there is any simple elegant way of doing this so you may need to track this through fields in your document.

How to track if some doc is deleted or some attribute is deleted?

There is nothing built in so you will need to handle it with custom logic.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.