0.50.0 alb #1541
Answered
by
pront
lhh528634141
asked this question in
General
0.50.0 alb
#1541
-
|
Added an optional strict_mode parameter to parse_aws_alb_log. When set to false, the parser ignores any newly added/trailing fields in AWS ALB logs instead of failing. Defaults to true to preserve current behavior how to set up parameter strict_mode |
Beta Was this translation helpful? Give feedback.
Answered by
pront
Oct 16, 2025
Replies: 1 comment 2 replies
-
|
Hi @lhh528634141, see example: https://github.com/vectordotdev/vrl/blob/main/src/stdlib/parse_aws_alb_log.rs#L38-L43 Pass |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lhh528634141, see example: https://github.com/vectordotdev/vrl/blob/main/src/stdlib/parse_aws_alb_log.rs#L38-L43
Pass
strict_mode: falsetoparse_aws_alb_log.