From 534d9e41681d94927a0108490b38984cbdd76169 Mon Sep 17 00:00:00 2001 From: Aaron Caldwell Date: Tue, 30 Jun 2020 08:23:41 -0600 Subject: [PATCH] [Maps] Add maps telemetry saved object in with mappings disabled (#69995) --- x-pack/legacy/plugins/maps/mappings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x-pack/legacy/plugins/maps/mappings.json b/x-pack/legacy/plugins/maps/mappings.json index d9277dfe07fb2c..b3c70f96e81f1b 100644 --- a/x-pack/legacy/plugins/maps/mappings.json +++ b/x-pack/legacy/plugins/maps/mappings.json @@ -23,5 +23,9 @@ "type": "text" } } + }, + "maps-telemetry": { + "type": "object", + "enabled": false } }