Add event.acknowledged and event.escalated mappings

This commit is contained in:
weslambert
2022-01-10 16:08:35 -05:00
committed by GitHub
parent b7a90a88f9
commit 84f7c6b13b

View File

@@ -291,6 +291,14 @@
},
"event": {
"properties": {
"acknowledged": {
"type": "boolean",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"action": {
"ignore_above": 1024,
"type": "keyword"
@@ -331,6 +339,14 @@
"end": {
"type": "date"
},
"escalated": {
"type": "boolean",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"hash": {
"ignore_above": 1024,
"type": "keyword"