Merge pull request #1526 from Security-Onion-Solutions/fix/kibana_things

Intel mapping enforcement and winlog.verion
This commit is contained in:
weslambert
2020-10-15 08:43:34 -04:00
committed by GitHub

View File

@@ -253,6 +253,20 @@
"type":"object",
"dynamic": true
},
"intel":{
"type":"object",
"dynamic": true,
"properties":{
"indicator":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword"
}
}
}
}
},
"interface":{
"type":"object",
"dynamic": true
@@ -474,6 +488,9 @@
},
"event_data":{
"type":"object"
},
"version":{
"type":"long"
}
}
},