The event.type values are constrained based on the event.category values. Each category value has an expected list of event.type values that can be used. ECS lists these values expected_event_types in ecs_flat.yml 1.
As a package developer I would like elastic-package to validate the event.category and event.type combinations used events to ensure they are allowed by ECS.
Related
The
event.typevalues are constrained based on theevent.categoryvalues. Each category value has an expected list ofevent.typevalues that can be used. ECS lists these valuesexpected_event_typesinecs_flat.yml1.As a package developer I would like elastic-package to validate the event.category and event.type combinations used events to ensure they are allowed by ECS.
Related
Footnotes
https://github.com/elastic/ecs/blob/b2df3bc395e125b9380a25e009eddef1b1890476/generated/ecs/ecs_flat.yml#L2645-L2648 ↩