You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11635 we implemented ecs_compatibility, where necessary, for (supported) plugins.
The work in #11635 mostly involved tier 1 plugins but we also made sure no (tier 1 or 2) plugins conflict with the ECS schema.
For codecs we often warn on a missing target and fill event.original, if possible, when ecs_compatibility is enabled.
This hasn't been implemented for Tier 2 codecs only Tier 1 (we still added target to most so users can manage ECS conflicts).
In #11635 we implemented
ecs_compatibility
, where necessary, for (supported) plugins.The work in #11635 mostly involved tier 1 plugins but we also made sure no (tier 1 or 2) plugins conflict with the ECS schema.
For codecs we often warn on a missing
target
and fillevent.original
, if possible, whenecs_compatibility
is enabled.This hasn't been implemented for Tier 2 codecs only Tier 1 (we still added
target
to most so users can manage ECS conflicts).Follow-up work after #11635
The text was updated successfully, but these errors were encountered: