-
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.
S3 access logs have this format. We can add support for them so we can get an understanding of the usage of our S3 buckets.
Describe the solution you'd like
awslogs_encoding:
format: s3_access_log
Describe alternatives you've considered
N/A
Additional context
N/A
axw