You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically adjust ignore_malformed only for the @timestamp (#109948)
We introduced automatic disabling ignore_malformed for the @timestamp field with #99346, but the change
was applied to any field with name @timestamp under any path, while it should have been applied
only to the top-level @timestamp field.
Relates to #107760
Copy file name to clipboardExpand all lines: modules/data-streams/src/test/java/org/elasticsearch/datastreams/mapper/DataStreamTimestampFieldMapperTests.java
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,11 +177,29 @@ public void testValidateDefaultIgnoreMalformed() throws Exception {
0 commit comments