Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UA] Ensure that old indices are detected for reindexing (elastic#203082
) ## Summary We need to handle the following response shape from `GET _migration/deprecations` ```jsonc "myindex": [ { "level": "critical", "message": "Old index with a compatibility version < 8.0", // specifically this message "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-9.0.html", "details": "This index has version: 7.17.25", "resolve_during_rolling_upgrade": false } ] ``` <img width="1142" alt="Screenshot 2024-12-05 at 12 44 59" src="https://github.com/user-attachments/assets/723e19ab-dd9d-4b6a-bcda-26a5c8bffa0b"> ## To reviewers These changes were developed/tested on `8.x` and must be backported. Related * elastic#202669 * elastic/elasticsearch#118062 (cherry picked from commit 3579425)
- Loading branch information