Add mapping for event.severity_label

This commit is contained in:
Wes
2023-06-05 21:19:37 +00:00
parent 905bc564fc
commit 495a9c0783

View File

@@ -137,6 +137,19 @@
}
}
},
"severity_label": {
"ignore_above": 1024,
"type": "keyword",
"fields": {
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"type": "keyword"
}
}
},
"timezone": {
"ignore_above": 1024,
"type": "keyword",