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
fix: aws_ec2_metadata transform when using log namespacing (#17819)
closes: #17193
This keeps the same runtime behavior (if the even is not an object, it
is converted to an object), but fixes the schema definition calculation
to not panic.
The behavior might not be optimal since it may result in data loss.
Users can remap before hand and convert to an object if needed, and
longer term this functionality should be made available in VRL for more
flexibility.
0 commit comments