You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/logs_monitoring/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ The Datadog Forwarder is an AWS Lambda function that ships logs, custom metrics,
16
16
- Forward Kinesis data stream events to Datadog (only CloudWatch logs are supported)
17
17
- Forward custom metrics from AWS Lambda functions using CloudWatch logs
18
18
- 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`
20
20
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.
22
22
23
23
## Installation
24
24
@@ -33,14 +33,14 @@ Once installed, you can subscribe the Forwarder to log sources, such as S3 bucke
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.
37
37
2. Fill in `DdApiKey` and select the appropriate `DdSite`. All other parameters are optional.
38
38
3. Click **Create stack**, and wait for the creation to complete.
39
39
4. Find the installed forwarder Lambda function under the stack's "Resources" tab with logical ID `Forwarder`.
40
40
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).
41
41
6. Repeat the above steps in another region if you operate in multiple AWS regions.
42
42
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.
44
44
**Note:** The code block of the Datadog Lambda Forwarder function is empty, as the logic is implemented through a Lambda layer.
45
45
46
46
<!-- xxz tab xxx -->
@@ -138,7 +138,7 @@ Since version 3.0.0, the forwarder Lambda function is managed by CloudFormation.
138
138
4. Ensure the new forwarder is working as expected, i.e., being invoked regularly without errors.
139
139
5. Ensure the logs from the migrated triggers (sources) are showing up in Datadog log explorer and look right to you.
140
140
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.
142
142
- 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).
143
143
7. Ensure the old forwarder Lambda function's invocations count drops to zero.
144
144
8. Delete the old forwarder Lambda function when you feel comfortable.
0 commit comments