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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
I am trying to filter custom AWS VPC Flow logs. They are very verbose and use 21 of the 29 available fields.
I tried using . = parse_aws_vpc_flow_log!(string!(.message), format: "log_status az_id instance_id vpc_id subnet_id start end flow_direction action pkt_src_aws_service pkt_dst_aws_service srcaddr pkt_srcaddr srcport dstaddr dstport pkt_dstaddr protocol type packets bytes") however, pkt_src_aws_service, pkt_dst_aws_service and flow_direction would not resolve as it looks like it was never catered for?
A note for the community
Problem
I am trying to filter custom AWS VPC Flow logs. They are very verbose and use 21 of the 29 available fields.
I tried using
. = parse_aws_vpc_flow_log!(string!(.message), format: "log_status az_id instance_id vpc_id subnet_id start end flow_direction action pkt_src_aws_service pkt_dst_aws_service srcaddr pkt_srcaddr srcport dstaddr dstport pkt_dstaddr protocol type packets bytes")
however, pkt_src_aws_service, pkt_dst_aws_service and flow_direction would not resolve as it looks like it was never catered for?This would ultimately fail to parse.
Configuration
Version
vector 0.25.1
Debug Output
Example Data
OK use1-az2 - vpc-66546546fdsfsd subnet-45455dfdfdf 166524 166521 egress ACCEPT - - 192.1.2.3 192.168.1.4 22500 11.2.4.1 222 10.0.0.1 8 IPv4 9 411
OK use1-az2 - vpc-66546546fdsfsd subnet-45455dfdfdf 166524 166521 egress ACCEPT AMAZON - 192.1.2.3 192.168.1.4 22500 11.2.4.1 222 10.0.0.1 8 IPv4 9 411
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: