-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add fileset for AWS ELB logs #14020
Add fileset for AWS ELB logs #14020
Conversation
9e6439e
to
8c4eac5
Compare
This fileset will need gzip support in the s3 input, in progress in #13980 |
2b37600
to
9a6fd42
Compare
9a6fd42
to
5dd2f98
Compare
cfa8bc1
to
a2336f9
Compare
Failure in Jenkins is not related. @kaiyan-sheng would you like to take another look before merging? |
@jsoriano LGTM, one thing I found after finally getting some logs from alb:
This can be fixed in a separate PR. The rest of the logs got parsed just fine besides this one special case. |
Failing test is not related, merging. |
Do we have any plans to add a dashboard for elb logs? |
Yes, and I also want to investigate why tcp load balancers don't log anything on the terraform scenario. |
@jsoriano I'm writing the 7.5 release blog - have we added a dashboard for ELB logs in 7.5? |
@tbragin no, there is no dashboard yet |
Add fileset for AWS ELB logs that uses the S3 input to
collect ELB access logs.
It supports the three kinds of Load Balancers offered by
AWS: ELB, Application LB and Network LB.
Includes Terraform configuration to deploy example
scenarios.
TCP logs are only tested with examples from the
documentation, I didn't manage to collect logs using
the Terraform scenario.
Fixes #12893