From b34dd90cbc032ec4c9fbfb0bf5ee8be673c09158 Mon Sep 17 00:00:00 2001 From: Ruth Naebeck Date: Thu, 21 Oct 2021 18:02:03 -0400 Subject: [PATCH] DOCS-2614 Update Datadog API page links --- aws/logs_monitoring/settings.py | 2 +- azure/activity_logs_monitoring/README.md | 2 +- azure/blobs_logs_monitoring/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/logs_monitoring/settings.py b/aws/logs_monitoring/settings.py index 98c673ac6..789823f20 100644 --- a/aws/logs_monitoring/settings.py +++ b/aws/logs_monitoring/settings.py @@ -29,7 +29,7 @@ def get_env_var(envvar, default, boolean=False): ## The Datadog API key associated with your Datadog Account ## It can be found here: ## -## * Datadog US Site: https://app.datadoghq.com/account/settings#api +## * Datadog US Site: https://app.datadoghq.com/organization-settings/api-keys ## * Datadog EU Site: https://app.datadoghq.eu/account/settings#api ## ## Must be set if one of the following is not set: DD_API_KEY_SECRET_ARN, DD_API_KEY_SSM_NAME, DD_KMS_API_KEY diff --git a/azure/activity_logs_monitoring/README.md b/azure/activity_logs_monitoring/README.md index 6ba268f3d..29d9aeb87 100644 --- a/azure/activity_logs_monitoring/README.md +++ b/azure/activity_logs_monitoring/README.md @@ -32,7 +32,7 @@ Set the environment variable `DD_SITE` to `datadoghq.eu` and logs are automatica - **API KEY**: -There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/account/settings#api): +There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/organization-settings/api-keys): 1. Replace `` in the code with your API Key value. 2. Set the value through the `DD_API_KEY` environment variable diff --git a/azure/blobs_logs_monitoring/README.md b/azure/blobs_logs_monitoring/README.md index ff753ce95..d6dd220b2 100644 --- a/azure/blobs_logs_monitoring/README.md +++ b/azure/blobs_logs_monitoring/README.md @@ -31,7 +31,7 @@ Set the environment variable `DD_SITE` to `datadoghq.eu` and logs are automatica - **API KEY**: -There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/account/settings#api): +There are 2 possibilities to set your [Datadog's API key](https://app.datadoghq.com/organization-settings/api-keys): 1. Replace `` in the code with your API Key value. 2. Set the value through the `DD_API_KEY` environment variable