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
Describe what happened:
I'm using the log forwarder for cloudwatch logs (Lambda) and s3 object (WAF).
I'd like to change the service attribute for each source.
For the reason above, I set the different service AWS tag in cloudwatch logs and s3 object.
However, service name is only applied with cloudwatch logs and the service name of the log record from the s3 object is waf
Describe what you expected:
The service name of the log record from the s3 record should be service AWS tag which is set in S3 Bucket.
Steps to reproduce the issue:
Store the WAF traffic log with S3 bucket
Set the service AWS Tag in S3 bucket
Set the S3 bucket as a log forwarder lambda trigger
The text was updated successfully, but these errors were encountered:
Created #806 which I think should fix this. I tested this in our stack and now the service attribute on the logs gets correctly set to the value of the service tag on the S3 bucket.
Describe what happened:
I'm using the log forwarder for cloudwatch logs (Lambda) and s3 object (WAF).
I'd like to change the service attribute for each source.
For the reason above, I set the different service AWS tag in cloudwatch logs and s3 object.
However, service name is only applied with cloudwatch logs and the service name of the log record from the s3 object is
waf
Describe what you expected:
The service name of the log record from the s3 record should be service AWS tag which is set in S3 Bucket.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: