Merge pull request #6936 from Security-Onion-Solutions/fix/field_conflicts

Remove dynamic keyword template to prevent field conflicts with mappi…
This commit is contained in:
weslambert
2022-01-20 12:48:15 -05:00
committed by GitHub

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"