Skip to content

Commit df4d09c

Browse files
committed
docs: Updating changelog from comments
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
1 parent 6121a28 commit df4d09c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aws/logs_monitoring/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Overview
66

7-
Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking changes that remove deprecated features and improve log filtering behavior. This release introduces a new way to enrich your logs with tags that will reduce AWS Lambda related cost (S3, KMS and Lambda).
7+
Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking changes that remove deprecated features and improve log filtering behavior. This release introduces a new way to enrich logs with tags that will reduce AWS Lambda related cost (S3, KMS and Lambda).
88

99
### New Features
1010

@@ -42,7 +42,7 @@ Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking change
4242

4343
**Migration Required:**
4444

45-
- **Review and update your filtering regex patterns**
45+
- **Review and update filtering regex patterns**
4646
- If your patterns relied on matching against JSON structure or metadata fields, they will need to be rewritten
4747
- Example changes needed:
4848
- **Before (v4)**: `\"awsRegion\":\"us-east-1\"` (matched JSON with escaped quotes)
@@ -62,7 +62,7 @@ Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking change
6262
**Migration Required:**
6363

6464
- Remove any configuration setting `DD_USE_TCP=true` or `DdUseTcp=true`
65-
- The forwarder will now exclusively use HTTP transport
65+
- The forwarder will now exclusively use HTTP protocol
6666
- If you were using TCP with custom ports (10516), these configurations will be ignored
6767
- The default HTTP endpoint is now `http-intake.logs.<DD_SITE>` on port 443
6868

0 commit comments

Comments
 (0)