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/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Overview
6
6
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).
8
8
9
9
### New Features
10
10
@@ -42,7 +42,7 @@ Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking change
42
42
43
43
**Migration Required:**
44
44
45
-
-**Review and update your filtering regex patterns**
45
+
-**Review and update filtering regex patterns**
46
46
- If your patterns relied on matching against JSON structure or metadata fields, they will need to be rewritten
47
47
- Example changes needed:
48
48
-**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
62
62
**Migration Required:**
63
63
64
64
- 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
66
66
- If you were using TCP with custom ports (10516), these configurations will be ignored
67
67
- The default HTTP endpoint is now `http-intake.logs.<DD_SITE>` on port 443
0 commit comments