From fde03346aa4dbd849cf65fa57894c639be27d937 Mon Sep 17 00:00:00 2001 From: Ryland Herrick Date: Wed, 1 May 2024 13:18:12 -0500 Subject: [PATCH] Remove dynamic template from our anomaly mappings My theory is that this dynamic template is being used in a rare situation where data is being inserted before the index mappings have been applied. If true, removing this will (at least) cause a different error to be produced in the same situation, if not fix the issue. --- .../security_solution/anomalies/mappings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x-pack/test/functional/es_archives/security_solution/anomalies/mappings.json b/x-pack/test/functional/es_archives/security_solution/anomalies/mappings.json index 484e0f3fc9aa0..2446e80bd8a9c 100644 --- a/x-pack/test/functional/es_archives/security_solution/anomalies/mappings.json +++ b/x-pack/test/functional/es_archives/security_solution/anomalies/mappings.json @@ -22,16 +22,6 @@ "_meta": { "version": "8.0.0" }, - "dynamic_templates": [ - { - "strings_as_keywords": { - "mapping": { - "type": "keyword" - }, - "match": "*" - } - } - ], "properties": { "actual": { "type": "double"