Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying to new regions not working #877

Open
sudhakartag1 opened this issue Dec 17, 2024 · 1 comment
Open

Deploying to new regions not working #877

sudhakartag1 opened this issue Dec 17, 2024 · 1 comment

Comments

@sudhakartag1
Copy link

I'm trying to get the AWS Integration working and the initial setup works fine via CFN for the first region , us-east-1 in my case. I'm following https://docs.datadoghq.com/logs/guide/forwarder/?tab=cloudformation
“If you had previously enabled your AWS Integration using the following CloudFormation template from your AWS integration page in Datadog, your account may already be provisioned with a Datadog Lambda Forwarder function if you decided to include it. In that case, you will only need to install the Datadog Lambda in additional AWS regions in your account where you wish to export logs.” So I've manually created a Lambda in a different region, us-west-2, exactly the same as in the first region and added it to the list of ARNs in the AWS Integration config page, enabled API Gateway access/execution logs. but nothing is coming through to DD logs from the second region.

Image

Test invoking the function from the console shows the function's log coming through ok:
Image

@sudhakartag1
Copy link
Author

Got it working. The doco could use improvement I think, archeological digging through

helped .

Also the Layer version confused me, https://github.com/DataDog/datadog-lambda-extension/releases has 67, while the CFN template installed 68 and https://github.com/DataDog/datadog-serverless-functions/blob/master/aws/logs_monitoring/template.yaml has 70?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant