Closed
Description
EQL historically had used event_type
to indicate the type for an event.
The decision has been made (#49634) to change this to event.category
which is not just a simple name but also a slightly different structure, event
being an object while category
a sub-field.
Yet the request still uses event_type_field
to allow overriding the event field.
The two need to be aligned, it's either category
meaning event_category_field
or type
so there's event.type
(instead of event.category
).