Skip to content

Commit

Permalink
remove explicit ignore_malformed setting on data_stream template
Browse files Browse the repository at this point in the history
note that this should cause CI failures until
elastic#97317 is merged
  • Loading branch information
romseygeek committed Sep 11, 2023
1 parent 00c4273 commit c21c0b2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"date_detection": false,
"properties": {
"@timestamp": {
"type": "date",
"ignore_malformed": false
"type": "date"
},
"data_stream": {
"properties": {
Expand Down

0 comments on commit c21c0b2

Please sign in to comment.