From 918459817a60c9ad8e90f6e4db8ecd0940f2c3d8 Mon Sep 17 00:00:00 2001 From: Ida Adjivon <65119712+iadjivon@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:21:12 -0400 Subject: [PATCH 1/3] Update datadog-disaster-recovery.md --- content/en/agent/guide/datadog-disaster-recovery.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/agent/guide/datadog-disaster-recovery.md b/content/en/agent/guide/datadog-disaster-recovery.md index 1814333cfe7..a01f6ce44e9 100644 --- a/content/en/agent/guide/datadog-disaster-recovery.md +++ b/content/en/agent/guide/datadog-disaster-recovery.md @@ -77,7 +77,9 @@ Email your new org name to your [Customer Success Manager](mailto:success@datado After the Datadog team has set your DDR org, use the Datadog [public API endpoint][8] to retrieve the public IDs of the primary and DDR org. -To link your DDR and primary orgs, run these commands, replacing the `` with your orgs' values: +To link your DDR and primary orgs: +- Add the Datadog Disaster Recovery Write (`disaster_recovery_status_write`) permission to your application key in the primary org +- Run these commands, replacing the `` with your orgs' values: ```shell @@ -90,8 +92,8 @@ export PRIMARY_ORG_ID= export USER_EMAIL= export CONNECTION='{"data":{"id":"'${PRIMARY_ORG_ID}'","type":"hamr_org_connections","attributes":{"TargetOrgUuid":"'${DDR_ORG_ID}'","HamrStatus":1,"ModifiedBy":"'${USER_EMAIL}'", "IsPrimary":true}}}' -curl -v -H "Content-Type: application/json" -H -"dd-api-key:${PRIMARY_DD_API_KEY}" -H +curl -v -H "Content-Type: application/json" -H \ +"dd-api-key:${PRIMARY_DD_API_KEY}" -H \ "dd-application-key:${PRIMARY_DD_APP_KEY}" --data "${CONNECTION}" --request POST ${PRIMARY_DD_API_URL}/api/v2/hamr ``` After linking your orgs, only the failover org displays this banner: From 0ed44d775c745d7eb799c00263550e88838a7d8d Mon Sep 17 00:00:00 2001 From: Ida Adjivon <65119712+iadjivon@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:48:09 -0400 Subject: [PATCH 2/3] Update datadog-disaster-recovery.md --- content/en/agent/guide/datadog-disaster-recovery.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/agent/guide/datadog-disaster-recovery.md b/content/en/agent/guide/datadog-disaster-recovery.md index a01f6ce44e9..607017fbf7f 100644 --- a/content/en/agent/guide/datadog-disaster-recovery.md +++ b/content/en/agent/guide/datadog-disaster-recovery.md @@ -78,8 +78,8 @@ Email your new org name to your [Customer Success Manager](mailto:success@datado After the Datadog team has set your DDR org, use the Datadog [public API endpoint][8] to retrieve the public IDs of the primary and DDR org. To link your DDR and primary orgs: -- Add the Datadog Disaster Recovery Write (`disaster_recovery_status_write`) permission to your application key in the primary org -- Run these commands, replacing the `` with your orgs' values: +- Add the [Datadog Disaster Recovery Write][19] (`disaster_recovery_status_write`) permission to your application key in the primary org. +- Run the following commands, replacing the `` with your orgs' values. ```shell @@ -366,3 +366,4 @@ During testing, integration telemetry is spread over both organizations. If you [16]: https://app.datadoghq.com/organization-settings/application-keys [17]: https://docs.datadoghq.com/agent/configuration/dual-shipping/?tab=helm [18]: https://docs.datadoghq.com/agent/fleet_automation/#overview +[19]: /account_management/rbac/permissions/#disaster-recovery From 7f5f61024fb81c16bb45567c671f4a0565cdd373 Mon Sep 17 00:00:00 2001 From: Ida Adjivon <65119712+iadjivon@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:08:21 -0400 Subject: [PATCH 3/3] Apply suggestion from @iadjivon --- content/en/agent/guide/datadog-disaster-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/agent/guide/datadog-disaster-recovery.md b/content/en/agent/guide/datadog-disaster-recovery.md index 607017fbf7f..7976c56ee9c 100644 --- a/content/en/agent/guide/datadog-disaster-recovery.md +++ b/content/en/agent/guide/datadog-disaster-recovery.md @@ -79,7 +79,7 @@ After the Datadog team has set your DDR org, use the Datadog [public API endpoin To link your DDR and primary orgs: - Add the [Datadog Disaster Recovery Write][19] (`disaster_recovery_status_write`) permission to your application key in the primary org. -- Run the following commands, replacing the `` with your orgs' values. +- Run the following commands, replacing the placeholders with your orgs' values. ```shell