Enhance saved objects migrations collect failing docs implementation #99685
Labels
enhancement
New value added to drive a business result
Feature:Saved Objects
project:ResilientSavedObjectMigrations
Reduce Kibana upgrade failures by making saved object migrations more resilient
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
In #96986 we continue trying to transform all documents and collect any failures rather than failing the migration at the first error thrown.
This issue is to track follow ups to the original PR:
TransformSavedObjectDocumentError
shows the problematic SO, and the source of the original problem. we can make that more explicit.originalError
's message as the top level message rather than constructing one.extractTransformFailuresReason
to construct the full, final migration failure reason.Integration test improvements:
REINDEX_SOURCE_TO_TEMP_*
.The text was updated successfully, but these errors were encountered: