Closed
Description
openedon May 7, 2020
There are few addition improvements we can make the Winlogbeat Sysmon module to better align we ECS.
- Set related.hash.
- Set file.extension/name/directory. Use the JS
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.- Drop the
rule.name
field when it has a tack-
value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment