Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,7 @@
}
},
"data_connector": {
"dynamic": false,
"properties": {
"kscIds": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('checking migration metadata changes on all registered SO types', () =>
"core-usage-stats": "0e76782718b2eef6104d2ddec46ed356339220997ad8da8d4f86433c3b46f77a",
"csp-rule-template": "6fec028650a7aa0ef5a07d3d2906c32c2505da013adb2e51fa0e66bbf0ff70c5",
"dashboard": "f57c3b6ba05cb4d2f06fbc5421bb160fa7c95cd0519ed1c516b2cad45f03c820",
"data_connector": "e247c802cdd52a9c33d7845b0dd35e27f1c59b880b6986defd5f54fb4706ee1b",
"data_connector": "0a781d30dd08b12719543a6de805d2b7646088ace57bc534cd5128ac779cecf4",
"dynamic-config-overrides": "6e190eb599a0e1297f743ae85a9c8b8398a83d8ba07a2060d4c6e8629f0a6b36",
"endpoint:unified-user-artifact-manifest": "43de99c3d008e0b84173f63ee09936ba398c93ed3e18eabbd5792073a26b69b8",
"endpoint:user-artifact-manifest": "eb81c7e7f4a32496d259521a9b5754a202fec4b139ef64c90ae3d777a3f217ee",
Expand Down Expand Up @@ -576,7 +576,7 @@ describe('checking migration metadata changes on all registered SO types', () =>
"dashboard|warning: The SO type owner should ensure these transform functions DO NOT mutate after they are defined.",
"==================================================================================================================",
"data_connector|global: cd0025f57609f97d28e905c34c7d74608494d14d",
"data_connector|mappings: 20ac4cca81fb9e525cc9f4d601dc230d8ccaf8d3",
"data_connector|mappings: 8348a54d026b60ec0efccf703b79238ff42c7caa",
"data_connector|schemas: da39a3ee5e6b4b0d3255bfef95601890afd80709",
"data_connector|10.1.0: e0fe478ddea140633901e7d92978f956751245d5b8ce5b1f254968c54a7f2616",
"=======================================================================================",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const dataConnectorSchemaV1 = schema.object({
});

export const dataConnectorMappings: SavedObjectsTypeMappingDefinition = {
dynamic: false,
properties: {
name: {
type: 'text',
Expand Down
Loading