Skip to content

Commit

Permalink
feat: Update AWS DD Forwarder to v3.5.0
Browse files Browse the repository at this point in the history
COREINF-1665
  • Loading branch information
jim80net authored and Qingping Hou committed Apr 14, 2020
1 parent ccb6f5c commit 797da3a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 874 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# terraform-aws-datadog

Terraform module which sets up various AWS / Datadog integrations including:

- Configure Datadog's builtin AWS integration
- Configure Cloudtrail logshipping
- Create ELB S3 bucket for logs and logshipping
- Sync Cloudwatch logs for a given list of log groups
This module configures the AWS / Datadog integration.

There are two main components:

1. Datadog core integration, enabling [datadog's AWS integration](https://docs.datadoghq.com/integrations/amazon_web_services/)
2. Datadog log forwarder, enabling [logshipping watched S3 buckets](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring)
- Forward CloudWatch, ELB, S3, CloudTrail, VPC and CloudFront logs to Datadog
- Forward S3 events to Datadog
- Forward Kinesis data stream events to Datadog, only CloudWatch logs are supported
- Forward custom metrics from AWS Lambda functions via CloudWatch logs
- Forward traces from AWS Lambda functions via CloudWatch logs
- Generate and submit enhanced Lambda metrics (aws.lambda.enhanced.*) parsed from the AWS REPORT log: duration, billed_duration, max_memory_used, and estimated_cost


## Usage
Expand Down
Binary file added files/aws-dd-forwarder-3.5.0.zip
Binary file not shown.
Binary file removed files/dd_log_lambda.zip
Binary file not shown.
Loading

0 comments on commit 797da3a

Please sign in to comment.