From c21c0b234fa766d42cef273aa32b9548795ca98f Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Mon, 11 Sep 2023 14:32:57 +0100 Subject: [PATCH] remove explicit ignore_malformed setting on data_stream template note that this should cause CI failures until https://github.com/elastic/elasticsearch/pull/97317 is merged --- .../src/main/resources/data-streams-mappings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugin/core/template-resources/src/main/resources/data-streams-mappings.json b/x-pack/plugin/core/template-resources/src/main/resources/data-streams-mappings.json index e75a297c04c85..f87c0e79b7c45 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/data-streams-mappings.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/data-streams-mappings.json @@ -33,8 +33,7 @@ "date_detection": false, "properties": { "@timestamp": { - "type": "date", - "ignore_malformed": false + "type": "date" }, "data_stream": { "properties": {