-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse_aws_alb_log failing with new AWS field #852
Comments
Agreed. Do you have an example of one of the new logs @Alex-Waring ? |
I have a heavily redacted version yes:
It's identical to the old setup with the TID tacked on the end |
Just to confirm, we should be ignoring these appended logs. This is from AWS:
|
Aaah, that's a good note. We should make the parsing resilient to unexpected trailing fields. |
Hey, we have also been affected by this change from AWS. Do you have any plans to patch this behaviour in nearest time? |
for anyone dealing with this issue and waiting this is how I fixed it
|
AWS have added a new Transaction ID field to their ALB logs, and have not announced this so it's not in their docs yet. However for those who are on the rollout plan, the
parse_aws_alb_log
function is failing:The parse_aws_alb_log function should have added to it the ability to conditionally parse this entry, if that's possible, until AWS confirm the rollout is complete.
To workaround this I have added:
The text was updated successfully, but these errors were encountered: