Skip to content

Commit 40c4489

Browse files
kallie-liujanine-c
andauthored
Incident Response: Google Chat space creation (#33690)
* New google chat link * Incident response google chat integration * update name * simplify overview * rename file * Add to incident settings page + address comments * change admin to administrator * fix navigation * Indent template section Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * Update link Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> --------- Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
1 parent d638673 commit 40c4489

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

content/en/incident_response/incident_management/incident_settings/integrations.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ further_reading:
1010

1111
## Overview
1212

13-
Datadog Incident Management integrates with popular collaboration tools, such as Slack, Microsoft Teams, Zoom, Jira, Confluence, ServiceNow, Google Meet, and Google Drive.
13+
Datadog Incident Management integrates with popular collaboration tools, such as Slack, Microsoft Teams, Google Chat, Zoom, Jira, Confluence, ServiceNow, Google Meet, and Google Drive.
1414

1515
To integrate Incident Management with a third-party application, install that application's integration in the [Datadog integrations library][1].
1616

@@ -24,6 +24,10 @@ For a full overview of Slack configuration options in Datadog Incident Managemen
2424

2525
For a full overview of Microsoft Teams configuration options in Datadog Incident Management, including incident declaration, channel automation, message syncing, responder management, and notification settings, see [Integrate Microsoft Teams with Datadog Incident Management][17].
2626

27+
## Google Chat
28+
29+
For a full overview of Google Chat configuration options in Datadog Incident Management, including space automation, see [Integrate Google Chat with Datadog Incident Management][18].
30+
2731
## Other integrations
2832

2933
In addition to integrating with Slack and Microsoft Teams, Incident Management also integrates with:
@@ -57,3 +61,4 @@ In addition to integrating with Slack and Microsoft Teams, Incident Management a
5761
[15]: /integrations/servicenow/
5862
[16]: /integrations/zoom_incident_management/
5963
[17]: /incident_response/incident_management/integrations/microsoft_teams
64+
[18]: /incident_response/incident_management/integrations/google_chat

content/en/incident_response/incident_management/integrations/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ Configure and manage incident-related integrations from the **Incident Settings*
2828
{{< whatsnext desc="Set up and use the following integrations within the context of Datadog Incident Management:">}}
2929
{{< nextlink href="/incident_response/incident_management/integrations/slack" >}}Slack{{< /nextlink >}}
3030
{{< nextlink href="/incident_response/incident_management/integrations/microsoft_teams" >}}Microsoft Teams{{< /nextlink >}}
31+
{{< nextlink href="/incident_response/incident_management/integrations/google_chat" >}}Google Chat{{< /nextlink >}}
3132
{{< nextlink href="/incident_response/incident_management/integrations/jira" >}}Jira{{< /nextlink >}}
3233
{{< nextlink href="/incident_response/incident_management/integrations/servicenow" >}}ServiceNow{{< /nextlink >}}
3334
{{< nextlink href="/incident_response/incident_management/integrations/status_pages" >}}Status Pages{{< /nextlink >}}
3435
{{< nextlink href="/incident_response/incident_management/integrations/statuspage" >}}Atlassian Statuspage{{< /nextlink >}}
36+
3537
{{< /whatsnext >}}
3638

3739
## Further reading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Integrate Google Chat with Datadog Incident Management
3+
description: Manage Datadog incidents directly from Google Chat.
4+
aliases:
5+
- /service_management/incident_management/integrations/google_chat/
6+
further_reading:
7+
- link: "/incident_response/incident_management/incident_settings/integrations"
8+
tag: "Documentation"
9+
text: "Incident Integrations Settings"
10+
- link: "/integrations/google-hangouts-chat"
11+
tag: "Documentation"
12+
text: "Google Chat Integration"
13+
---
14+
15+
## Overview
16+
17+
The Google Chat integration for Datadog Incident Management connects your incident response workflows directly to Google Chat. When your team declares a Datadog incident, the integration automatically creates a Google Chat space for collaboration.
18+
19+
## Prerequisites
20+
21+
Install the integration through the [Google Chat Integration tile][1]. A Google Workspace administrator must configure delegated user permissions and set up a target audience and add that to the integration tile. For more information, see the [Google Chat integration][2] documentation.
22+
23+
## Incident Spaces
24+
25+
You can configure Incident Management to automatically create a dedicated Google space for each incident that meets the criteria you define. Your responders can then manage the incident directly in Google Chat from the incident space.
26+
27+
To use incident spaces:
28+
29+
1. In Datadog, go to **[Incident Response > Incident Management > Settings > Integrations > Google Chat][3]** and enable **Automatically create Google Chat spaces for incidents**.
30+
31+
2. Select an **Organization** from the dropdown. If you don't see any options, reach out to your Google Workspace administrator to connect your Google organization to Datadog.
32+
3. Select a **Target Audience** from the dropdown. **Default** is the default target audience set by your Google Workspace administrator, which could be a private or public target audience group. Reach out to your Google Workspace administrator if this is unclear.
33+
34+
4. The **Channel Name Template** you define determines how Datadog names the incident spaces it creates. The following variables are available in channel name templates:
35+
* `{{public_id}}`: Incident's numeric ID
36+
* `{{title}}`: Incident's title
37+
* `{{created}}`: Incident's creation date in format `MM_DD_YYYY`
38+
* `{{yyyy}}`: Incident's four-digit creation year
39+
* `{{mm}}`: Incident's two-digit creation month
40+
* `{{dd}}`: Incident's two-digit creation day of month
41+
* `{{severity}}`: Incident's severity
42+
* `{{random_adjective}}`: Random adjective
43+
* `{{random_noun}}`: Random noun
44+
* `{{slug}}`: Slug (when slug source is set to `servicenow`, this will display the ServiceNow record number)
45+
46+
## Further reading
47+
48+
{{< partial name="whats-next/whats-next.html" >}}
49+
50+
[1]: https://app.datadoghq.com/integrations/google-hangouts-chat
51+
[2]: /integrations/google-hangouts-chat/
52+
[3]: https://app.datadoghq.com/incidents/settings?section=integrations

0 commit comments

Comments
 (0)