Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 769 Bytes

kibana-plugin-core-public.savedobjectsmigrationversion.md

File metadata and controls

18 lines (10 loc) · 769 Bytes

Home > kibana-plugin-core-public > SavedObjectsMigrationVersion

SavedObjectsMigrationVersion interface

Information about the migrations that have been applied to this SavedObject. When Kibana starts up, KibanaMigrator 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', }