Skip to content

Commit

Permalink
Remove dynamic template from our anomaly mappings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rylnd committed May 1, 2024
1 parent 1bdb614 commit fde0334
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
"_meta": {
"version": "8.0.0"
},
"dynamic_templates": [
{
"strings_as_keywords": {
"mapping": {
"type": "keyword"
},
"match": "*"
}
}
],
"properties": {
"actual": {
"type": "double"
Expand Down

0 comments on commit fde0334

Please sign in to comment.