mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Add event.acknowledged and event.escalated mappings
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user