diff --git a/aws/logs_monitoring/lambda_function.py b/aws/logs_monitoring/lambda_function.py index 08f0e9446..b71e376c0 100644 --- a/aws/logs_monitoring/lambda_function.py +++ b/aws/logs_monitoring/lambda_function.py @@ -311,7 +311,7 @@ def compileRegex(rule, pattern): DD_CUSTOM_TAGS = "ddtags" DD_SERVICE = "service" DD_HOST = "host" -DD_FORWARDER_VERSION = "3.2.0" +DD_FORWARDER_VERSION = "3.3.0" class RetriableException(Exception): pass diff --git a/aws/logs_monitoring/template.yaml b/aws/logs_monitoring/template.yaml index 3cc568efc..cda377718 100644 --- a/aws/logs_monitoring/template.yaml +++ b/aws/logs_monitoring/template.yaml @@ -4,7 +4,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog. Mappings: Constants: DdForwarder: - Version: 3.2.0 + Version: 3.3.0 Parameters: DdApiKey: Type: String