Remove dynamic keyword template to prevent field conflicts with mappings defined in common template

This commit is contained in:
weslambert
2022-01-20 12:34:32 -05:00
committed by GitHub
parent c57b2d005e
commit d1efa71c57

View File

@@ -22,17 +22,6 @@
},
"dynamic": false,
"date_detection": false,
"dynamic_templates": [
{
"strings_as_keyword": {
"mapping": {
"ignore_above": 1024,
"type": "keyword"
},
"match_mapping_type": "string"
}
}
],
"properties": {
"@timestamp": {
"type": "date"