Skip to content

Commit 8a2adc8

Browse files
Add back custom domain documentation (#32003)
* Add back custom domain documentation * Add reference link to section --------- Co-authored-by: Esther Kim <[email protected]>
1 parent ab8d111 commit 8a2adc8

File tree

1 file changed

+18
-1
lines changed
  • content/en/service_management/status_pages

1 file changed

+18
-1
lines changed

content/en/service_management/status_pages/_index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To create, update, or publish Status Pages, you must have `status_pages_settings
6666
| ----------------- | ----------- |
6767
| **Status Page Type** | Choose who can access the page: <br>- **Public** - Anyone with the link can view <br>- **Internal** - Only authenticated users within your Datadog organization can view |
6868
| **Page name** | Displayed as the page header (if no logo is uploaded). <br>*Example: Acme Cloud Platform* |
69-
| **Domain Prefix** | Used as your status page subdomain prefix. <br>*Example: shopist → shopist.statuspage.datadoghq.com* <br>- Must be **globally unique** <br>- Lowercase, alphanumeric, and hyphenated <br>- May affect links if changed later |
69+
| **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.<br>*Example: shopist → shopist.statuspage.datadoghq.com* <br>- Must be **globally unique** <br>- Lowercase, alphanumeric, and hyphenated <br>- May affect links if changed later |
7070
| **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. |
7171
| **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. |
7272
1. (Optional) [Add components](#add-components) to show the status of individual services.
@@ -132,6 +132,23 @@ Email subscriptions on status pages are **double opt-in**: users must confirm th
132132

133133
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.
134134

135+
## Set a custom domain
136+
137+
To match your branding, you have the option to map your status page to a custom domain like `status.acme.com`.
138+
139+
1. From your status page, click **Settings**.
140+
1. Select **Custom Domain**.
141+
1. Follow the instructions to enter your domain and add DNS records.
142+
1. Datadog automatically detects the DNS configuration and provisions an SSL certificate.
143+
144+
<div class="alert alert-warning">Custom domains require access to your DNS provider to add a CNAME or A record.</div>
145+
146+
**Note**:
147+
148+
- DNS propagation may take several minutes.
149+
- You can revert to the default Datadog domain at any time.
150+
- Ensure DNS changes are made by someone with access to your domain registrar.
151+
135152
## Further reading
136153

137154
{{< partial name="whats-next/whats-next.html" >}}

0 commit comments

Comments
 (0)