Currently the graph-workspace saved object contains the name of the selected index pattern.
To be able to export and import them reliably (#34862), this should be changed to store the index pattern id instead (plus migration of saved workspaces).
To be able to do that, the migration has to support asynchronous steps (because it is necessary to look up the corresponding index pattern id during migration, issue for that is pending).
Currently the graph-workspace saved object contains the name of the selected index pattern.
To be able to export and import them reliably (#34862), this should be changed to store the index pattern id instead (plus migration of saved workspaces).
To be able to do that, the migration has to support asynchronous steps (because it is necessary to look up the corresponding index pattern id during migration, issue for that is pending).