aws_ec2_metadata transform assumes event is an object, even in Vector namespace #17193
Labels
transform: aws_ec2_metadata
Anything `aws_ec2_metadata` transform related
type: bug
A code related bug.
A note for the community
Problem
The
aws_ec2_metadata
transform assumes the incoming object is an Object. This is fine for the Legacy namespace (currently in use everywhere), but in the Vector namespace this is not always the case.Currently Vector will panic (once the transform definitions work goes in) on load if the incoming event definition is not an object.
Configuration
Version
v0.30
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: