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
feat(aws): AWSX-2034 Continue if we fail to validate api key but storage of failed event enabled (#1026)
* feat(aws): AWSX-2034 Continue if we fail to validate api key but storage of failed event enabled
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
* feat(aws): AWSX-2034 Adding failed metric for event
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
* fixup! feat(aws): AWSX-2034 Continue if we fail to validate api key but storage of failed event enabled
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
---------
Signed-off-by: Vincent Boutour <vincent.boutour@datadoghq.com>
Copy file name to clipboardExpand all lines: aws/logs_monitoring/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ If you can't install the Forwarder using the provided CloudFormation template, y
95
95
8. Set environment variable `DD_STORE_FAILED_EVENTS` to `true` to enable the forwarder to also store event data in the S3 bucket. In case of exceptions when sending logs, metrics or traces to intake, the forwarder will store relevant data in the S3 bucket. On custom invocations i.e. on receiving an event with the `retry` keyword set to a non empty string (which can be manually triggered - see below), the forwarder will retry sending the stored events. When successful it will clear up the storage in the bucket.
96
96
97
97
```bash
98
-
aws lambda invoke --function-name <function-name> --payload '{"retry":"true"}' out
f"Datadog API key validation failed (HTTP {validation_res.status_code}). Verify your API key is correct and DD_SITE matches your Datadog account region (current: {DD_SITE}). See: https://docs.datadoghq.com/getting_started/site/"
0 commit comments