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: content/en/service_management/status_pages/_index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ To create, update, or publish Status Pages, you must have `status_pages_settings
66
66
| ----------------- | ----------- |
67
67
|**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 |
68
68
|**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 |
70
70
|**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. |
71
71
|**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. |
72
72
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
132
132
133
133
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.
134
134
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
+
<divclass="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.
0 commit comments