Skip to content

Commit 24bb0a5

Browse files
Update aws/logs_monitoring/lambda_function.py
Co-Authored-By: Stephen Firrincieli <stephen.firrincieli@datadoghq.com>
1 parent 5a03cff commit 24bb0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1"
258+
DD_FORWARDER_VERSION = "2.3.2"
259259

260260
class RetriableException(Exception):
261261
pass

0 commit comments

Comments
 (0)