elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.17k stars 4.91k forks source link

[Meta] support new ECS 1.6 fields #19472

Closed leehinman closed 4 years ago

leehinman commented 4 years ago

Support new ECS 1.6 fields

add support for new ECS fields from elastic/ecs#930 1.6.0 Changelog

Describe the enhancement: elastic/ecs#762 ECS added support for storing common core fields of X509 certificates. The following data sources should be looked at to see if they can take advantage of the new fields:

Describe the enhancement: elastic/ecs#763 added architecture & imphash for PE field set

Describe the enhancement: elastic/ecs#816 Added more account and project cloud metadata.

Describe the enhancement: elastic/ecs#907 Added event.reason for the reason why an event's outcome or action was taken.

Describe the enhancement: elastic/ecs#913 Added related.hosts to capture all hostnames and host identifiers on an event.

Describe the enhancement: elastic/ecs#917 Added user.roles to capture a list of role names that apply to the user.

elasticmachine commented 4 years ago

Pinging @elastic/siem (Team:SIEM)

andrewkroh commented 4 years ago

It looks like we have made all of the necessary changes to support 1.6. I think we should now bump the ecs.version on all the modules that did not need changes.

andrewkroh commented 4 years ago

I opened https://github.com/elastic/beats/pull/21455/ to update the version in Filebeat modules that required no changes, Winlogbeat, Auditbeat, and Packetbeat.