[Filebeat] ETW input - Fix keywords fields representation in output events #43724
Labels
Filebeat
Filebeat
Input:etw
Related issues to the Event Tracing for Windows input
Team:Security-Windows Platform
Windows Platform Team in Security Solution
As has been reported in this thread, the
keywords
field in events delivered by the ETW input is represented as a large integer instead of an hexadecimal bit mask.This field is represented as a
ULONGLONG
by the Microsoft API.The ETW input maps this
keywords
field here ,converting the uint64 into a string, using base 10 instead of 16.The text was updated successfully, but these errors were encountered: