Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 3213759

Browse files
Merge pull request #1508 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents dbe1508 + dfa4884 commit 3213759

File tree

2 files changed

+30
-25
lines changed

2 files changed

+30
-25
lines changed

admin/notif-services/microsoftteams.rst

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ To send Splunk Observability Cloud alert notifications to Microsoft Teams, compl
2121

2222
* :ref:`microsoftteams3`
2323

24-
For troubleshooting information, see :ref:`Troubleshooting Microsoft Teams<msteams-troubleshooting>`.
25-
2624
..
2725
what does the following note mean in the context of the tasks being discussed? Relevant or not?
2826
@@ -36,19 +34,23 @@ Step 1: Get the webhook URL for the Microsoft Team channel
3634

3735
You must be an owner or administrator of the Microsoft Team to complete this task.
3836

39-
To get the webhook URL for the Microsoft Team channel:
37+
To get the webhook POST URL for the Microsoft Team channel:
4038

4139
#. Log in to Microsoft Teams and navigate to the list of teams.
4240

4341
#. Select the team that contains the channel you want to send alert notifications to. Expand the list of channels.
4442

45-
#. Find and hover over the channel you want to send alert notifications to. Select :strong:`More options` (...) and then select :strong:`Connectors`.
43+
#. Find and hover over the channel you want to send alert notifications to. Select :strong:`More options` (...) and then select :strong:`Workflows`.
44+
45+
#. Find and select the :strong:`Post to a channel when a webhook request is received` template.
4646

47-
#. Find the :strong:`Incoming Webhook` connector. Select :strong:`Add`. If the connector has already been added to the channel, select :strong:`Configure`.
47+
#. Enter a descriptive name for the workflow.
4848

49-
#. Enter a descriptive name for the connector.
49+
#. Select :guilabel:`Next`.
5050

51-
#. Select :strong:`Create`. Microsoft Teams generates a webhook URL.
51+
#. Add a team and channel for your workflow.
52+
53+
#. Select :strong:`Add workflow`. Microsoft Teams generates a URL to make a POST request to.
5254

5355
#. Select the :strong:`Copy to Clipboard` icon to copy the webhook URL for use in :ref:`microsoftteams2`.
5456

@@ -78,7 +80,7 @@ To create a Microsoft Teams integration in Splunk Observability Cloud:
7880
#. Select :strong:`New Integration` to display the configuration options.
7981

8082
#. By default, the name of the integration is :strong:`Microsoft Teams`. Give your integration a unique and descriptive name. For information about the downstream use of this name, see :new-page-ref:`About naming your integrations <naming-note>`.
81-
#. In the :strong:`Webhook URL` field, paste the webhook URL you copied in :ref:`microsoftteams1`. The webhook URL looks similar to this: ``https://<tenantName>.webhook.office.com/webhook2/<GroupExternalObjectGuid>@<TenantExternalGuid>/<ProviderName>/<AlternateGuid>/<GroupOwnerExternalObjectGuid>``.
83+
#. In the :strong:`Webhook URL` field, paste the webhook URL you copied in :ref:`microsoftteams1`. The webhook POST URL looks similar to this: ``https://<region>.logic.azure.com:<port>/workflows/<workflowId>/triggers/manual/paths/invoke?<apiVersion>&<signature>``.
8284
#. :strong:`Save`.
8385
#. If Splunk Observability Cloud can validate the Microsoft Teams webhook URL, a :strong:`Validated!` success message displays. If an error displays instead, make sure that the webhook URL value you entered matches the value displayed in Microsoft Teams in :ref:`microsoftteams1`.
8486

@@ -106,27 +108,30 @@ To add a Microsoft Teams integration as a detector alert recipient in Splunk Obs
106108
Splunk Observability Cloud sends an alert notification to the Microsoft Teams channel when the detector triggers an alert and when the alert clears.
107109

108110

109-
.. _msteams-troubleshooting:
111+
.. _update-msteams-365-connectors-retirement:
110112

111-
Troubleshoot your Microsoft Teams notification service integration
113+
Update existing Microsoft Teams integration configurations for Office 365 connectors retirement
112114
=================================================================================================
113115

114-
If the Microsoft Teams channel stops receiving notifications, consider the following troubleshooting tips:
115-
116-
* Verify that the Microsoft Teams notification service integration in Splunk Observability Cloud still exists. To troubleshoot, complete the following steps. You must be a Splunk Observability Cloud administrator to complete these steps.
117-
118-
#. In the Splunk Observability Cloud navigation menu, select :strong:`Data Management > Deployed integrations`.
119-
120-
#. In the :strong:`CATEGORIES` menu, select :strong:`Notification Services`.
121-
122-
#. Select the :strong:`Microsoft Teams` tile.
116+
.. caution:: After December 31, 2024, Office 365 connectors in Microsoft Teams will be retired.
123117

124-
#. Find your integration and select to expand it.
118+
To continue using the Microsoft Teams integration in Splunk Observability Cloud without any interruption, follow these steps:
125119

126-
#. Select the :strong:`Integrations` menu and select :strong:`Validate`. If you see an error message, :strong:`Connector configuration not found`, then the :strong:`Incoming Webhook` connector was removed from the Microsoft Teams channel and you must add it back. To do this, see :ref:`microsoftteams2`.
120+
#. Transition from Office 365 connectors to Workflows:
127121

128-
* Verify that the Microsoft Teams notification service integration in Splunk Observability Cloud has not been changed to send alert notifications to a different Microsoft Teams channel.
122+
#. Log in to Microsoft Teams and navigate to the list of teams.
123+
#. Select the team that contains the channel you want to send alert notifications to. Expand the list of channels.
124+
#. Find and hover over the channel you want to send alert notifications to. Select :strong:`More options` (...) and then select :strong:`Workflows`.
125+
#. Find and select the :strong:`Post to a channel when a webhook request is received` template.
126+
#. Enter a descriptive name for the workflow.
127+
#. Add a team and channel for your workflow.
128+
#. Select :guilabel:`Add workflow`. Microsoft Teams generates a URL to make a POST request to.
129+
#. Select the :strong:`Copy to Clipboard` icon to copy the webhook POST URL.
130+
#. Select :guilabel:`Done`.
129131

130-
* Verify that the Microsoft Teams notification service integration is still the alert recipient on the detector in Splunk Observability Cloud.
132+
#. Edit existing Microsoft Teams integration configurations in Splunk Observability Cloud:
131133

132-
* Verify that the Splunk Observability Cloud detector's alert rules have not changed, causing it to send alert notifications for different reasons.
134+
#. From the Splunk Observability Cloud home page, go to the :strong:`Data Management` page.
135+
#. Find the Microsoft Teams connection you want to edit.
136+
#. In the :guilabel:`Webhook URL` field, replace the existing URL with the webhook POST URL you copied from the Microsoft Teams Workflows app.
137+
#. Select :guilabel:`Save`.

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ View a list of all supported integrations :ref:`supported-data-sources`
367367
:hidden:
368368
:maxdepth: 3
369369

370-
Send alert notifications to third-party services TOGGLE <admin/notif-services/admin-notifs-index>
370+
Send alert notifications to other services TOGGLE <admin/notif-services/admin-notifs-index>
371371

372372
.. toctree::
373373
:maxdepth: 3

0 commit comments

Comments
 (0)