Skip to content

Commit 797da3a

Browse files
jim80netQingping Hou
authored andcommitted
feat: Update AWS DD Forwarder to v3.5.0
COREINF-1665
1 parent ccb6f5c commit 797da3a

File tree

5 files changed

+15
-874
lines changed

5 files changed

+15
-874
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# terraform-aws-datadog
22

3-
Terraform module which sets up various AWS / Datadog integrations including:
4-
5-
- Configure Datadog's builtin AWS integration
6-
- Configure Cloudtrail logshipping
7-
- Create ELB S3 bucket for logs and logshipping
8-
- Sync Cloudwatch logs for a given list of log groups
3+
This module configures the AWS / Datadog integration.
4+
5+
There are two main components:
6+
7+
1. Datadog core integration, enabling [datadog's AWS integration](https://docs.datadoghq.com/integrations/amazon_web_services/)
8+
2. Datadog log forwarder, enabling [logshipping watched S3 buckets](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring)
9+
- Forward CloudWatch, ELB, S3, CloudTrail, VPC and CloudFront logs to Datadog
10+
- Forward S3 events to Datadog
11+
- Forward Kinesis data stream events to Datadog, only CloudWatch logs are supported
12+
- Forward custom metrics from AWS Lambda functions via CloudWatch logs
13+
- Forward traces from AWS Lambda functions via CloudWatch logs
14+
- Generate and submit enhanced Lambda metrics (aws.lambda.enhanced.*) parsed from the AWS REPORT log: duration, billed_duration, max_memory_used, and estimated_cost
915

1016

1117
## Usage

files/aws-dd-forwarder-3.5.0.zip

23.9 KB
Binary file not shown.

files/dd_log_lambda.zip

-7.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)