From 185046c605b1677e02744759276a13241c37afdc Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Tue, 25 Aug 2020 16:00:46 -0400 Subject: [PATCH] Update README.md --- aws/logs_monitoring/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aws/logs_monitoring/README.md b/aws/logs_monitoring/README.md index d2986f203..ceda7355f 100644 --- a/aws/logs_monitoring/README.md +++ b/aws/logs_monitoring/README.md @@ -9,6 +9,8 @@ The Datadog Forwarder is an AWS Lambda function that ships logs, custom metrics, - Forward traces from AWS Lambda functions using CloudWatch logs - Generate and submit enhanced Lambda metrics (`aws.lambda.enhanced.*`) parsed from the AWS REPORT log: duration, billed_duration, max_memory_used, timeouts, out_of_memory, and estimated_cost +For additional information on sending AWS services logs with the Datadog Forwarder, see [here](https://docs.datadoghq.com/logs/guide/send-aws-services-logs-with-the-datadog-lambda-function/). + ## Installation Datadog recommends using [CloudFormation](#cloudformation) to automatically install the Forwarder. You can also complete the setup process using [Terraform](#terraform) or [manually](#manually).