-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta] support new ECS 1.6 fields #19472
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 26, 2020
Pinging @elastic/siem (Team:SIEM) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 26, 2020
leehinman
changed the title
[Meta] Make use of ECS multiple users in event fields
[Meta] support new ECS 1.6 fields
Jun 29, 2020
This was referenced Aug 26, 2020
This was referenced Sep 2, 2020
This was referenced Sep 3, 2020
Merged
It looks like we have made all of the necessary changes to support 1.6. I think we should now bump the |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Oct 1, 2020
For the Filebeat modules that required no changes to move to ECS 1.6 this updates the ecs.version field from 1.5.0 to 1.6.0. And update the ecs.version for Auditbeat, Packetbeat, and Winlogbeat. Relates elastic#19472
2 tasks
I opened #21455 to update the version in Filebeat modules that required no changes, Winlogbeat, Auditbeat, and Packetbeat. |
andrewkroh
added a commit
that referenced
this issue
Oct 4, 2020
For the Filebeat modules that required no changes to move to ECS 1.6 this updates the ecs.version field from 1.5.0 to 1.6.0. And update the ecs.version for Auditbeat, Packetbeat, and Winlogbeat. Relates #19472
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'soutcome or action was taken.
Describe the enhancement:
elastic/ecs#913 Added
related.hosts
to capture all hostnames andhost identifiers on an event.
Describe the enhancement:
elastic/ecs#917 Added
user.roles
to capture a list of role namesthat apply to the user.
The text was updated successfully, but these errors were encountered: