New parse_aws_elb_log
Remap function
#5365
Labels
domain: parsing
Anything related to parsing within Vector
domain: vrl
Anything related to the Vector Remap Language
provider: aws
Anything `aws` service provider related
type: feature
A value-adding code addition that introduce new functionality.
Milestone
A remap function to parse AWS ELB logs. This is necessary when using the new
aws_s3
source. The logs coming out of that source are in raw format and will need parsing.Example
Given the following ELB logs (more examples:
A user should be able to parse this with:
This would result in:
Regex
@jszwedko wrote this in our docs that might be helpful:
To parse AWS load balancer logs, the
regex_parser
transform can be used:The text was updated successfully, but these errors were encountered: