[bug] Saved Objects export fails for documents without an updated_at
field
#197282
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Exporting all saved objects fails if some objects don't have an
updated_at
field.The saved object export API uses
search_after
where sort is based onupdated_at
field. If the export includes very old documents that were never updated, the bulk export can fail becauseupdated_at
is missing. The export API needs to be resilient against such an edge case.The text was updated successfully, but these errors were encountered: