You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've setup ISM to rollover/transition based on min_index_age but we realized that reindexing clashes with it. After reindexing the new index gets a new creation date and the policy running on min_index_age gets obviously delayed.
Is there a workaround anyone can think of? AFAIK it's possible to override the creation date for an index in Elastic but not with Opendistro, maybe that would be enough to fix the issue.
Alternatively reindex could be changed to copy over, optionally, the original index metadata (creation time in this case).
Thanks for your help,
Raffaele
The text was updated successfully, but these errors were encountered:
Issue by activeperception
Friday Apr 23, 2021 at 14:59 GMT
Originally opened as opendistro-for-elasticsearch/index-management#442
Hi,
We've setup ISM to rollover/transition based on min_index_age but we realized that reindexing clashes with it. After reindexing the new index gets a new creation date and the policy running on min_index_age gets obviously delayed.
Is there a workaround anyone can think of? AFAIK it's possible to override the creation date for an index in Elastic but not with Opendistro, maybe that would be enough to fix the issue.
Alternatively reindex could be changed to copy over, optionally, the original index metadata (creation time in this case).
Thanks for your help,
Raffaele
The text was updated successfully, but these errors were encountered: