You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lambda-promtail terraform implementation uses a hardcoded value of "AWSLogs/" for filter_prefix in the lambda_function of the aws_s3_bucket_notification resource. This causes an issue with the lambda s3 trigger when using a prefix in the ALB S3 URI and the trigger doesn't work.
The filter prefix should be exposed as terraform variable in the same way as the filter suffix.
The text was updated successfully, but these errors were encountered:
lambda-promtail terraform implementation uses a hardcoded value of "AWSLogs/" for filter_prefix in the lambda_function of the aws_s3_bucket_notification resource. This causes an issue with the lambda s3 trigger when using a prefix in the ALB S3 URI and the trigger doesn't work.
The filter prefix should be exposed as terraform variable in the same way as the filter suffix.
The text was updated successfully, but these errors were encountered: