Hi guys,
I have a question about winlogbeat along with logstash where I need to use the translate for hexadecimal codes.
KQL example winlog.event_data.AccessMask: "0x10080" and event.code: "4656"
returns me that the event is DELETE and I wanted to present it in a new field as DELETE instead of the hexadecimal code.