-
Notifications
You must be signed in to change notification settings - Fork 0
terraform module for the lambda_function #1
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
Conversation
@@ -30,6 +30,11 @@ | |||
"ddsourcecategory": "aws", | |||
} | |||
|
|||
try: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aeikenberry thinking of having Terraform map variable impact the default metadata on each of these logs...is this the right python code to support that?
…to the dd custom tags
As we're sometimes seeing connections resets, or SSLErrors
as otherwise we see errors in the logs, and this is confusing If we successfully retry, then it is not an error
[Logs] Improve retry logic to catch exceptions in the socket
now nicely showing 'cloudwatch' as source in Datadog Logs service for Lambda subscription stream
should be awslogS not singular
Add source auto detection for mysql and mariadb in RDS
Fix gzip decompression
Update yaml files to add key parameter
Fix typo in keyid description
Rename custom tag
Infrastructure tags for lambda function are lowercase, so we need to do the same here to avoid any case mismatch.
Lowercase on the lambda function name to match infrastructure tags
Add support for Cloudwatch Events
to segregate it from other sources
[Logs] Update endpoint for logs-submitter lambda function
Properties: | ||
Description: Pushes RDS Enhanced metrics to Datadog. | ||
Environment: | ||
Variables: | ||
kmsEncryptedKeys: YOUR_KEY | ||
kmsEncryptedKeys: 'YOUR_KEY' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this right?
Uh oh!
There was an error while loading. Please reload this page.