Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions content/en/incident_response/status_pages/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Status Pages
description: Share real-time service availability, incident status, and planned maintenance updates with customers or stakeholders using Datadog Status Pages.
aliases:
- /service_management/status_pages/
further_reading:
Expand Down Expand Up @@ -73,8 +74,8 @@
| **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 |
| **Page name** | Displayed as the page header (if no logo is uploaded). <br>*Example: Acme Cloud Platform* |
| **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 |
| **Subscriptions** *(optional)* | Let users receive notifications about status page updates by [email](#email-subscriptions) or [Slack](#slack-subscriptions). When subscriptions are enabled, visitors can sign up from the published page to get notified about new notices and updates. Email and Slack subscriptions can be turned on or off independently for each status page. **Note**: [Email subscriptions](#email-subscriptions) are double opt-in, email must be confirmed. |
| **Company logo, Favicon, Email Header Image, or Slack App Icon** *(optional)* | Upload images to personalize the appearance of your status page and notifications. The Slack app icon is used as the sender avatar on [Slack notifications](#slack-subscriptions), alongside your page name. |
| **Subscriptions** *(optional)* | Let users receive notifications about status page updates by [email](#email-subscriptions) or [Slack](#slack-subscriptions). When subscriptions are enabled, visitors can sign up from the published page to get notified about new notices and updates. Email and Slack subscriptions can be turned on or off independently for each status page. **Note**: [Email subscriptions](#email-subscriptions) are double opt-in; the email address must be confirmed. |
| **Company logo, Favicon, Email Header Image, or Slack App Icon** *(optional)* | Upload images to personalize your status page and notifications. The Slack app icon appears as the sender avatar in Slack notifications, alongside your page name. |
1. (Optional) [Add components](#add-components) to show the status of individual services.
1. Click **Save Settings**.
<div class="alert alert-info">A status page <strong>is not Live</strong> after you save your settings. To make the page available, <a href="#publish-your-status-page">publish your status page</a>.</div>
Expand Down Expand Up @@ -214,7 +215,7 @@

{{< img src="service_management/status_pages/status_pages_enable_slack.png" alt="Status page settings showing the Enable Slack subscriptions toggle and the Slack App Icon upload" style="width:80%;" >}}

When enabled, a **Subscribe** button appears on the published page with a **Slack** option in the subscribe modal.
Click **Subscribe** on the published page to open a modal with a tab for each enabled subscription type.

### Subscribe in Slack

Expand All @@ -223,14 +224,13 @@
1. Click **Subscribe** and open the **Slack** tab.
1. (Optional) Select **Subscribe to specific services** to choose individual components, or leave it cleared to follow the entire page.
1. Click **Subscribe via Slack**.
{{< img src="service_management/status_pages/status_pages_slack_subscription_modal.png" alt="Subscribe to Updates modal with the Slack tab selected and a Subscribe via Slack button" style="width:70%;" >}}
1. Authorize the **Datadog Status Pages** app for your workspace and select the channel to receive updates.
{{< img src="service_management/status_pages/status_pages_slack_oauth.png" alt="Slack authorization screen granting the Datadog Status Pages app access to a workspace and channel" style="width:70%;" >}}

{{< img src="service_management/status_pages/status_pages_slack_subscription_modal.png" alt="Subscribe to Updates modal with the Slack tab selected and a Subscribe via Slack button" style="width:70%;" >}}
After subscribing, the selected channel receives a welcome message confirming the subscription.

4. Authorize the **Datadog Status Pages** app for your workspace and select the channel to receive updates.

{{< img src="service_management/status_pages/status_pages_slack_oauth.png" alt="Slack authorization screen granting the Datadog Status Pages app access to a workspace and channel" style="width:70%;" >}}

For **private** channels, invite the **Datadog Status Pages** app to the channel so it can post. Direct message (DM) channels are not supported. On **internal** status pages, you must be logged in to the same Datadog organization to subscribe.
**Private channels**: After subscribing, you receive a message in the **Messages** tab of the Slack app prompting you to invite the **Datadog Status Pages** bot to the channel. You must invite the bot before it can post updates. Direct message (DM) channels are not supported. On **internal** status pages, you must be logged in to the same Datadog organization to subscribe.

Check notice on line 233 in content/en/incident_response/status_pages/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

### Manage subscriptions

Expand Down
Loading