I am writing(re-writing) a logstash parser for windows and I want to ensure that all of my events get categorized as closely as possible to the ECS definitions. The mappings I am directly referring to are event.type, event.category, and event. kind. I handle event.outcome already, and for most logs, I think event.kind = 'event' will probably be correct.
What I am looking for though is for each event.code(i.e. event 4625,4770,etc) is there a mapping anywhere that anyone has done to map the type and category fields? It is a ton of work to build this mapping from scratch and if you want to be in sync with the same fields others are using for future supportability, it all needs to categorized similiarly. Does anyone know of a resource to find a mapping for this?