Saved Object Management: saved objects import errors should be displayed to the user #66387
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Kibana Management
Feature label for Data Views, Advanced Setting, Saved Object management pages
Feature:Saved Objects
good first issue
low hanging fruit
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The Saved Objects import/export API returns an error when an NDJSON file contains saved objects with a
migrationVersion
property that's newer than any migrations the current version of Kibana knows about.This also happens when the server returns other errors like
request entity too large
when the payload size exceeds the default 10MB.However, the Saved Objects Management UI just displays "Sorry, there was an error The file could not be processed."
When users attempt to import newer saved objects into an older version, we should display a helpful error message.
The text was updated successfully, but these errors were encountered: