Skip to content

Commit

Permalink
Add "reference" transforms for object types
Browse files Browse the repository at this point in the history
These are applied to all types using the
`convertToMultiNamespaceTypeVersion` field when defining any object
type. Any time the Kibana version is changed, all reference
transforms for applicable versions are applied, and all documents'
`referencesMigrationVersion` fields are updated to match the Kibana
version.
  • Loading branch information
jportner committed Nov 23, 2020
1 parent 2dbe7cd commit a6c68ac
Show file tree
Hide file tree
Showing 16 changed files with 513 additions and 73 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ function defaultMapping(): IndexMapping {
},
},
},
referencesMigrationVersion: {
type: 'keyword',
},
},
};
}
Expand Down
Loading

0 comments on commit a6c68ac

Please sign in to comment.