From c49a055f67f4e567e255f253846f0df694ad6d47 Mon Sep 17 00:00:00 2001 From: Robert Norte Date: Mon, 6 Oct 2025 10:46:36 -0400 Subject: [PATCH 1/2] Add back custom domain documentation --- .../service_management/status_pages/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/en/service_management/status_pages/_index.md b/content/en/service_management/status_pages/_index.md index 524bfdec37979..d64d140bfb8c9 100644 --- a/content/en/service_management/status_pages/_index.md +++ b/content/en/service_management/status_pages/_index.md @@ -132,6 +132,23 @@ Email subscriptions on status pages are **double opt-in**: users must confirm th For **internal** status pages, the subscription process is the same, but users must log in to the same Datadog organization to confirm their subscription and receive notifications. +## Set a custom domain + +To match your branding, you have the option to map your status page to a custom domain like `status.acme.com`. + +1. From your status page, click **Settings**. +1. Select **Custom Domain**. +1. Follow the instructions to enter your domain and add DNS records. +1. Datadog automatically detects the DNS configuration and provisions an SSL certificate. + +
Custom domains require access to your DNS provider to add a CNAME or A record.
+ +**Notes**: + +- DNS propagation may take several minutes. +- You can revert to the default Datadog domain at any time. +- Ensure DNS changes are made by someone with access to your domain registrar. + ## Further reading {{< partial name="whats-next/whats-next.html" >}} From 5962d7eba9e1d18f21fc1808c9dc86648055ebcb Mon Sep 17 00:00:00 2001 From: Esther Kim Date: Mon, 6 Oct 2025 11:37:37 -0400 Subject: [PATCH 2/2] Add reference link to section --- content/en/service_management/status_pages/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/service_management/status_pages/_index.md b/content/en/service_management/status_pages/_index.md index d64d140bfb8c9..ac04befc72ffe 100644 --- a/content/en/service_management/status_pages/_index.md +++ b/content/en/service_management/status_pages/_index.md @@ -66,7 +66,7 @@ To create, update, or publish Status Pages, you must have `status_pages_settings | ----------------- | ----------- | | **Status Page Type** | Choose who can access the page:
- **Public** - Anyone with the link can view
- **Internal** - Only authenticated users within your Datadog organization can view | | **Page name** | Displayed as the page header (if no logo is uploaded).
*Example: Acme Cloud Platform* | - | **Domain Prefix** | Used as your status page subdomain prefix.
*Example: shopist → shopist.statuspage.datadoghq.com*
- Must be **globally unique**
- Lowercase, alphanumeric, and hyphenated
- May affect links if changed later | + | **Domain Prefix** | Used as your status page subdomain prefix. For more information on custom domains, see the [Set a custom domain](#set-a-custom-domain) section.
*Example: shopist → shopist.statuspage.datadoghq.com*
- Must be **globally unique**
- Lowercase, alphanumeric, and hyphenated
- May affect links if changed later | | **Subscriptions** *(optional)* | Enable users to receive email notifications about status page updates. When subscriptions are enabled, users can sign up to get notified about new notices and updates. You can turn subscriptions on or off for each status page. **Note**: [Email subscriptions](#email-subscriptions) are double opt-in, email must be confirmed. | | **Company logo, Favicon, or Email Header Image** *(optional)* | Upload a logo, favicon, or image to personalize the appearance of your status page and email notifications. | 1. (Optional) [Add components](#add-components) to show the status of individual services. @@ -136,14 +136,14 @@ For **internal** status pages, the subscription process is the same, but users m To match your branding, you have the option to map your status page to a custom domain like `status.acme.com`. -1. From your status page, click **Settings**. +1. From your status page, click **Settings**. 1. Select **Custom Domain**. -1. Follow the instructions to enter your domain and add DNS records. -1. Datadog automatically detects the DNS configuration and provisions an SSL certificate. +1. Follow the instructions to enter your domain and add DNS records. +1. Datadog automatically detects the DNS configuration and provisions an SSL certificate.
Custom domains require access to your DNS provider to add a CNAME or A record.
-**Notes**: +**Note**: - DNS propagation may take several minutes. - You can revert to the default Datadog domain at any time.