forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
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
- Loading branch information
1 parent
b8a4101
commit 3579425
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 14 additions & 1 deletion
15
...gins/upgrade_assistant/server/lib/es_deprecations_status/__snapshots__/index.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters