From 81b588d979134e93f120d6e20174c082a28a7fd4 Mon Sep 17 00:00:00 2001 From: Rudolf Meijering Date: Wed, 17 Mar 2021 22:35:05 +0100 Subject: [PATCH] Fix backport --- .../es_archiver/saved_objects/spaces/mappings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json b/x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json index d00277958d0ef01..73565b7913ffdaa 100644 --- a/x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json +++ b/x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json @@ -7,7 +7,18 @@ }, "index": ".kibana_7.13.0_001", "mappings": { - "dynamic": "false" + "dynamic": "false", + "properties": { + "space": { + "dynamic": false, + "type": "object" + }, + "type": { "type": "keyword" }, + "migrationVersion": { + "dynamic": "true", + "type": "object" + } + } }, "settings": { "index": {