Skip to content
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

[AWS][ELB LOGS] [NLB Access logs] Support for ALPN Policy #11593

Open
agithomas opened this issue Oct 30, 2024 · 1 comment
Open

[AWS][ELB LOGS] [NLB Access logs] Support for ALPN Policy #11593

agithomas opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
bugfix Pull request that fixes a bug issue Integration:aws AWS

Comments

@agithomas
Copy link
Contributor

The details of the NLB Access log can be found here

Creating this issue for the following purposes

  1. Support for ALPN policy. This involves parsing the following fields alpn_fe_protocol, alpn_be_protocol, alpn_client_preference_list, tls_connection_creation_time from the logs and storing the parsed field values.

  2. Support for the following log patterntls 2.0 2020-04-01T08:51:42 net/my-network-loadbalancer/c6e77e28c25b2234 g3d4b5e8bb8464cd 72.21.218.154:51341 172.100.100.185:443 5 2 98 246 - arn:aws:acm:us-east-2:671290407336:certificate/2a108f19-aded-46b0-8493-c63eb1ef4a99 - ECDHE-RSA-AES128-SHA tlsv12 - my-network-loadbalancer-c6e77e28c25b2234.elb.us-east-2.amazonaws.com h2 h2 "h2","http/1.1" 2020-04-01T08:51:20, allowing empty values for aws.elb.connection_time.ms and aws.elb.tls_handshake_time.ms

@agithomas agithomas self-assigned this Oct 30, 2024
@agithomas
Copy link
Contributor Author

PR is created to fix the above-mentioned issues. #11590.

@agithomas agithomas added Integration:aws AWS bugfix Pull request that fixes a bug issue labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a bug issue Integration:aws AWS
Projects
None yet
Development

No branches or pull requests

1 participant