File tree Expand file tree Collapse file tree
filebeat/module/santa/log Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
551551- Improve Zeek SSL module with `x509` ECS mappings {pull}20927[20927]
552552- Improve Zeek Kerberos module with `x509` ECS mappings {pull}20958[20958]
553553- Improve Fortinet firewall module with `x509` ECS mappings {pull}20983[20983]
554+ - Improve Santa module with `x509` ECS mappings {pull}20976[20976]
554555
555556*Heartbeat*
556557
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ processors:
88 - add_fields :
99 target : ' '
1010 fields :
11- ecs.version : 1.5 .0
11+ ecs.version : 1.6 .0
Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ processors:
8989 field : related.hash
9090 value : " {{process.hash.sha256}}"
9191 if : " ctx?.process?.hash != null"
92+ - set :
93+ field : file.x509.issuer.common_name
94+ value : " {{santa.certificate.common_name}}"
95+ ignore_empty_value : true
9296on_failure :
9397- set :
9498 field : error.message
Original file line number Diff line number Diff line change 1212 "event.type" : [
1313 " start"
1414 ],
15+ "file.x509.issuer.common_name" : " Software Signing" ,
1516 "fileset.name" : " log" ,
1617 "group.id" : " 0" ,
1718 "group.name" : " wheel" ,
5859 "event.type" : [
5960 " start"
6061 ],
62+ "file.x509.issuer.common_name" : " Software Signing" ,
6163 "fileset.name" : " log" ,
6264 "group.id" : " 0" ,
6365 "group.name" : " wheel" ,
105107 "event.type" : [
106108 " start"
107109 ],
110+ "file.x509.issuer.common_name" : " Software Signing" ,
108111 "fileset.name" : " log" ,
109112 "group.id" : " 0" ,
110113 "group.name" : " wheel" ,
151154 "event.type" : [
152155 " start"
153156 ],
157+ "file.x509.issuer.common_name" : " Software Signing" ,
154158 "fileset.name" : " log" ,
155159 "group.id" : " 0" ,
156160 "group.name" : " wheel" ,
198202 "event.type" : [
199203 " start"
200204 ],
205+ "file.x509.issuer.common_name" : " Software Signing" ,
201206 "fileset.name" : " log" ,
202207 "group.id" : " 0" ,
203208 "group.name" : " wheel" ,
244249 "event.type" : [
245250 " start"
246251 ],
252+ "file.x509.issuer.common_name" : " Software Signing" ,
247253 "fileset.name" : " log" ,
248254 "group.id" : " 0" ,
249255 "group.name" : " wheel" ,
336342 "event.type" : [
337343 " start"
338344 ],
345+ "file.x509.issuer.common_name" : " Software Signing" ,
339346 "fileset.name" : " log" ,
340347 "group.id" : " 20" ,
341348 "group.name" : " staff" ,
381388 "event.type" : [
382389 " start"
383390 ],
391+ "file.x509.issuer.common_name" : " Developer ID Application: Google, Inc. (EQHXZ8M8AV)" ,
384392 "fileset.name" : " log" ,
385393 "group.id" : " 20" ,
386394 "group.name" : " staff" ,
You can’t perform that action at this time.
0 commit comments