The following error message appears when I tried to import saved objects that were in ndjson format into a Kibana version that accepts only json format.
Sorry, there was an error. The file could not be processed.
In the real world, we have multiple environments (e.g. DEV, STG, QA, PRD) that are not always in the same version. The format change in the import functionality should be better managed (e.g. introduce a transition period by accepting both formats) because it is breaking all deployments in higher environments.
Questions:
-
How can we import saved objects in ndjson format into a Kibana version that accepts only json format?
-
Does Elastic team have a tool for us to convert saved objects between the 2 formats?