Config Playbook SOC Alerts

This commit is contained in:
Josh Brower
2020-10-04 21:35:42 -04:00
parent c80b6ce104
commit 8a78485906
3 changed files with 8 additions and 2 deletions

View File

@@ -351,7 +351,12 @@
},
"rule":{
"type":"object",
"dynamic": true
"dynamic":true,
"properties":{
"uuid":{
"type":"keyword"
}
}
},
"scan":{
"type":"object",