-
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
[Winlogbeat] More ECS changes for Sysmon #18364
Labels
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
May 7, 2020
Pinging @elastic/siem (Team:SIEM) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
May 7, 2020
Do you think it might also be needed for |
Yes to all. Good catch. |
8 tasks
marc-gr
added a commit
to marc-gr/beats
that referenced
this issue
May 14, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes elastic#18364
marc-gr
added a commit
that referenced
this issue
May 14, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes #18364
marc-gr
added a commit
to marc-gr/beats
that referenced
this issue
May 14, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes elastic#18364 (cherry picked from commit 096b88e)
8 tasks
marc-gr
added a commit
to marc-gr/beats
that referenced
this issue
May 14, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes elastic#18364 (cherry picked from commit 096b88e)
8 tasks
marc-gr
added a commit
that referenced
this issue
May 15, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes #18364 (cherry picked from commit 096b88e)
marc-gr
added a commit
that referenced
this issue
May 15, 2020
- related.hash, related.ip, and related.user are now populated. - hashes are now also populated to the corresponding process.hash, process.pe.imphash, file.hash or file.pe.imphash - file.name, file.directory, and file.extension are now populated. - rule.name is populated for all events when present. Closes #18364 (cherry picked from commit 096b88e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are few addition improvements we can make the Winlogbeat Sysmon module to better align we ECS.
path
module .hash.*
is not part of ECS. It should be used asfile.hash.*
orprocess.hash.*
. We can't delete the existinghash.*
fields until 8.0, so for 7.x we can populate them both. And then do a breaking change for 8.0 where we drophash.*
completely.rule.name
field when it has a tack-
valueThe text was updated successfully, but these errors were encountered: