diff --git a/aws/logs_monitoring/lambda_function.py b/aws/logs_monitoring/lambda_function.py index 4e2de88b3..94520cbbb 100644 --- a/aws/logs_monitoring/lambda_function.py +++ b/aws/logs_monitoring/lambda_function.py @@ -269,7 +269,7 @@ def compileRegex(rule, pattern): DD_CUSTOM_TAGS = "ddtags" DD_SERVICE = "service" DD_HOST = "host" -DD_FORWARDER_VERSION = "2.3.4" +DD_FORWARDER_VERSION = "2.4.0" class RetriableException(Exception): pass