Skip to content

Commit cf37525

Browse files
jim80netQingping Hou
authored andcommitted
chore: change naming to converge with datadog-serverless-functions
naming convention COREINF-1665
1 parent 613607d commit cf37525

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module configures the AWS / Datadog integration.
55
There are two main components:
66

77
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)
8+
2. Datadog logs_monitoring forwarder, enabling [logshipping watched S3 buckets](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring)
99
- Forward CloudWatch, ELB, S3, CloudTrail, VPC and CloudFront logs to Datadog
1010
- Forward S3 events to Datadog
1111
- Forward Kinesis data stream events to Datadog, only CloudWatch logs are supported
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
output "datadog_log_shipping_lambda_function_name" {
1+
output "datadog_logs_monitoring_lambda_function_name" {
22
value = aws_cloudformation_stack.datadog-forwarder.outputs.DatadogForwarderArn
33
}
44
output "datadog_iam_role" {

0 commit comments

Comments
 (0)