-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Component(s)
extension/encoding/awslogsencoding
Is your feature request related to a problem? Please describe.
The ELB(elastic load balancer) logs can have the following syntax based on their type:
- Network Load Balancer Access Logs
- Classic Load Balancer Access Logs
- Application Load Balancer Connection Logs
We can add support for them so we can get valuable insights into traffic patterns, security, and application performance.
Describe the solution you'd like
awslogs_encoding:
format: elb_access_log
Describe alternatives you've considered
No response
Additional context
No response
constanca-m and axw