Indice rollower duplicte docs

during the rollover - we notice the document count is already in the old index and when updating during that second the document count gets to the newly created indices as well. is there any way to prevent the duplication of data during the rollover? since it always the bulk upsert is there a way to avoid duplictes ?

If you are doing updates and upsets I would recommend against using rollover. Why have you chosen this path?

We have huge volume of data coming in and hence want to rollover and keep certain number of indices for x hours.

Why are you updating data? What is the use case and data model? Do you update all types of data?

We update the existing document as we get any update for that particular document. Our data is metrics data.

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