Skip to content

Commit 5a03cff

Browse files
[Lambda]: Bump version to 2.3.1 and update the doc
1 parent 444c286 commit 5a03cff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

aws/logs_monitoring/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,8 @@ If there are multiline logs in s3, set `DD_MULTILINE_LOG_REGEX_PATTERN` environm
181181
### 10. (optional) Disable log forwarding
182182

183183
The datadog forwarder **ALWAYS** forwards logs by default. If you do NOT use the Datadog log management product, you **MUST** set environment variable `DD_FORWARD_LOG` to `False`, to avoid sending logs to Datadog. The forwarder will then only forward other observability data, such as metrics.
184+
185+
### 11. (optional) Disable SSL validation
186+
187+
If you need to ignore SSL certificate validation when forwarding logs using HTTPS, you can set the environment variable `DD_SKIP_SSL_VALIDATION` to `True`.
188+
This will still encrypt the traffic between the forwarder and the endpoint provided with `DD_URL` but will not check if the destination SSL certificate is valid.

aws/logs_monitoring/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def compileRegex(rule, pattern):
255255
DD_CUSTOM_TAGS = "ddtags"
256256
DD_SERVICE = "service"
257257
DD_HOST = "host"
258-
DD_FORWARDER_VERSION = "2.3.0"
258+
DD_FORWARDER_VERSION = "2.3.1"
259259

260260
class RetriableException(Exception):
261261
pass

0 commit comments

Comments
 (0)