Skip to content

Opensearch dashboards.savedobjectsmigrationversion

Home > opensearch-dashboards > SavedObjectsMigrationVersion

SavedObjectsMigrationVersion interface

Information about the migrations that have been applied to this SavedObject. When OpenSearch Dashboards starts up, OpenSearchDashboardsMigrator detects outdated documents and migrates them based on this value. For each migration that has been applied, the plugin's name is used as a key and the latest migration version as the value.

Signature:

export interface SavedObjectsMigrationVersion 

Example

migrationVersion: { dashboard: '7.1.1', space: '6.6.6', }