Open
Description
Hi,
I have been working with Windows and Netapp events 4556,4663 and 4658 and I found the need to map the file HandleID.
The HandleID permits us to corretate events about Object Manipulation (4556,4663 and 4658 for example).
Does it makes sense to add a field file.descriptor ?
A file descriptor is a number that uniquely identifies an open file in a computer's operating system. Is an abstract indicator (handle) used to access a file
In windows terminology is the HandleID I'm working with for example:
In Linux for example: /proc/8042/wchan
If it makes sense I can create a PR
Regards!