Add mapping for scan.exiftool and scan.pe.sections.entropy

This commit is contained in:
weslambert
2022-01-14 17:01:13 -05:00
committed by GitHub
parent a90bc9dba9
commit c512351dd6

View File

@@ -244,6 +244,26 @@
"message": {
"type": "text"
},
"scan":{
"type":"object",
"dynamic": true,
"properties":{
"exiftool":{
"type":"text"
},
"pe":{
"properties":{
"sections":{
"properties":{
"entropy":{
"type": "float"
}
}
}
}
}
}
},
"tags": {
"type": "keyword",
"ignore_above": 1024