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
Copy file name to clipboardExpand all lines: aws/logs_monitoring/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -483,6 +483,9 @@ The Datadog Forwarder is signed by Datadog. To verify the integrity of the Forwa
483
483
`DdApiKeySecretArn`
484
484
: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You must store the secret as a plaintext, rather than a key-value pair.
485
485
486
+
`DdApiKeySsmParameterName`
487
+
: The name of the SSM parameter containing the Datadog API key. If set, both `DdApiKey` and `DdApiKeySecretArn` are ignored.
488
+
486
489
`DdSite`
487
490
: The [Datadog site][13] that your metrics and logs will be sent to. Your Datadog site is {{< region-param key="dd_site" code="true">}}.
488
491
@@ -664,6 +667,12 @@ If you are installing the Forwarder manually, convert the parameter names from P
664
667
`DD_API_KEY_SECRET_ARN`
665
668
: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You must store the secret as a plaintext, rather than a key-value pair.
666
669
670
+
`DD_API_KEY_SSM_NAME`
671
+
: The name of the parameter in AWS Systems Manager (SSM) Parameter Store containing the Datadog API key. Takes precedence over `DD_KMS_API_KEY` and `DD_API_KEY`.
672
+
673
+
`DD_KMS_API_KEY`
674
+
: The Datadog API key encrypted with AWS KMS. Takes precedence over `DD_API_KEY`.
675
+
667
676
`DD_SITE`
668
677
: The [Datadog site][13] that your metrics and logs will be sent to. Your Datadog site is {{< region-param key="dd_site" code="true">}}.
0 commit comments