We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The modernisation-platform-terraform-loadbalancer module should use the input.regex as provided here: https://docs.aws.amazon.com/athena/latest/ug/application-load-balancer-logs.html.
unknown_fields
target_status_code
string
int
trace_id
trace_header
matched_rule_priority
traceability_id
This fields either:
Compare the documentation here https://docs.aws.amazon.com/athena/latest/ug/application-load-balancer-logs.html#create-alb-access-logs-table with the file here https://github.com/ministryofjustice/modernisation-platform-terraform-loadbalancer/blob/main/main.tf.
No response
The text was updated successfully, but these errors were encountered:
BTW - I would be happy to submit a pull request to address this (if desired).
Sorry, something went wrong.
Hi, that would be great, feel free to raise a pull request - colinbjohnson
Khatraf
No branches or pull requests
Expected Behavior
The modernisation-platform-terraform-loadbalancer module should use the input.regex as provided here: https://docs.aws.amazon.com/athena/latest/ug/application-load-balancer-logs.html.
unknown_fields
target_status_code
is astring
in the AWS documentation and anint
in the given moduletrace_id
is namedtrace_header
in the given modulematched_rule_priority
is astring
in the AWS documentation and anint
in the given moduletraceability_id
in the AWS documentation is namedtrace_id
in the given moduleActual Behavior
This fields either:
Steps to Reproduce the Problem
Compare the documentation here https://docs.aws.amazon.com/athena/latest/ug/application-load-balancer-logs.html#create-alb-access-logs-table with the file here https://github.com/ministryofjustice/modernisation-platform-terraform-loadbalancer/blob/main/main.tf.
Version
No response
Modules
No response
Account
No response
The text was updated successfully, but these errors were encountered: