Skip to content

Commit ac22cce

Browse files
authored
(DOCS-3898) Update doc to reflect new in-app AWS page (#602)
1 parent bd56c2b commit ac22cce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aws/logs_monitoring/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The Datadog Forwarder is an AWS Lambda function that ships logs, custom metrics,
1616
- Forward Kinesis data stream events to Datadog (only CloudWatch logs are supported)
1717
- Forward custom metrics from AWS Lambda functions using CloudWatch logs
1818
- Forward traces from AWS Lambda functions using CloudWatch logs
19-
- 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
19+
- 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`
2020

21-
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/).
21+
For additional information on sending AWS services logs with the Datadog Forwarder, read the [Send AWS Services Logs with the Datadog Lambda Function](https://docs.datadoghq.com/logs/guide/send-aws-services-logs-with-the-datadog-lambda-function/) guide.
2222

2323
## Installation
2424

@@ -33,14 +33,14 @@ Once installed, you can subscribe the Forwarder to log sources, such as S3 bucke
3333

3434
[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?stackName=datadog-forwarder&templateURL=https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml)
3535

36-
1. Log into your admin AWS account/role and deploy the CloudFormation Stack with the button above.
36+
1. Log into your admin AWS account or role and deploy the CloudFormation Stack with the button above.
3737
2. Fill in `DdApiKey` and select the appropriate `DdSite`. All other parameters are optional.
3838
3. Click **Create stack**, and wait for the creation to complete.
3939
4. Find the installed forwarder Lambda function under the stack's "Resources" tab with logical ID `Forwarder`.
4040
5. [Set up triggers to the installed Forwarder](https://docs.datadoghq.com/logs/guide/send-aws-services-logs-with-the-datadog-lambda-function/#set-up-triggers).
4141
6. Repeat the above steps in another region if you operate in multiple AWS regions.
4242

43-
**Note:** If you had previously enabled your AWS Integration using the following [CloudFormation template](https://github.com/DataDog/cloudformation-template/tree/master/aws) from your AWS integration tile in Datadog, your account should already be provisioned with a Datadog Lambda Forwarder function.
43+
**Note:** If you had previously enabled your AWS Integration using the following [CloudFormation template](https://github.com/DataDog/cloudformation-template/tree/master/aws) from your AWS integration page in Datadog, your account should already be provisioned with a Datadog Lambda Forwarder function.
4444
**Note:** The code block of the Datadog Lambda Forwarder function is empty, as the logic is implemented through a Lambda layer.
4545

4646
<!-- xxz tab xxx -->
@@ -138,7 +138,7 @@ Since version 3.0.0, the forwarder Lambda function is managed by CloudFormation.
138138
4. Ensure the new forwarder is working as expected, i.e., being invoked regularly without errors.
139139
5. Ensure the logs from the migrated triggers (sources) are showing up in Datadog log explorer and look right to you.
140140
6. Migrate all triggers to the new forwarder.
141-
- If you have been letting Datadog manage triggers [automatically](https://docs.datadoghq.com/integrations/amazon_web_services/?tab=allpermissions#automatically-setup-triggers) for you, update the forwarder Lambda ARN in AWS integration tile "Collect Logs" tab.
141+
- If you have been letting Datadog manage triggers [automatically](https://docs.datadoghq.com/integrations/amazon_web_services/?tab=allpermissions#automatically-setup-triggers) for you, update the forwarder Lambda ARN in AWS integration page **Log Collection** tab.
142142
- If you have been manage the triggers [manually](https://docs.datadoghq.com/integrations/amazon_web_services/?tab=allpermissions#manually-setup-triggers), then you have to migrate them manually (or using a script).
143143
7. Ensure the old forwarder Lambda function's invocations count drops to zero.
144144
8. Delete the old forwarder Lambda function when you feel comfortable.

0 commit comments

Comments
 (0)