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
S3 log buckets for forwarder to read and forward logs to Datadog
...yet, looking through the code (and also trying it out), is it possible that it does not take care of adding the actual forwarding of logs to Datadog?
I was expecting to see a aws_s3_bucket_notification resource, which I believe would have taken care of this part, but there does not seem to be one? Or might I be missing something?
✋ I have searched the open/closed issues and my issue is not listed.
Lambda function being aware of new logs in S3 bucket and forwarding those to Datadog. Lambda logs/metrics showing activity. New logs appearing in Datadog.
Actual behavior
S3 logs are not getting forwarded by the lambda function. Lambda function logs are empty. Nothing appearing in Datadog logs.
The text was updated successfully, but these errors were encountered:
It appears you can either create the triggers manually using the variables exported from this module or Datadog will create them for your automatically when you setup your Datadog integrations.
Description
This might be halfway between a "bug" (because of the description) and a feature request at the same time...
The
s3_log_bucket_arns
variable in https://github.com/terraform-aws-modules/terraform-aws-datadog-forwarders/tree/master/modules/log_forwarder has a description that mentions:...yet, looking through the code (and also trying it out), is it possible that it does not take care of adding the actual forwarding of logs to Datadog?
I was expecting to see a
aws_s3_bucket_notification
resource, which I believe would have taken care of this part, but there does not seem to be one? Or might I be missing something?Versions
Module version [Required]: 6.0.1
Terraform version: 1.8.3
Expected behavior
Lambda function being aware of new logs in S3 bucket and forwarding those to Datadog. Lambda logs/metrics showing activity. New logs appearing in Datadog.
Actual behavior
S3 logs are not getting forwarded by the lambda function. Lambda function logs are empty. Nothing appearing in Datadog logs.
The text was updated successfully, but these errors were encountered: