[DOCS] Microsoft Teams connector known issue (#191143)

This commit is contained in:
Lisa Cawley 2024-08-23 10:15:05 -07:00 committed by GitHub
parent 3628fda588
commit bb7466e443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View file

@ -94,6 +94,22 @@ This can manifest as a validation error causing Kibana to not start.
For more information, refer to {kibana-pull}190590[#190590].
====
[discrete]
[[known-187823]]
.Connectors require update due to Microsoft Teams product retirement
[%collapsible]
====
*Details* +
The original method for configuring incoming webhooks in Microsoft Teams is being retired.
Refer to https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/[Retirement of Office 365 connectors within Microsoft Teams] and {kibana-issue}187823[#187823].
*Impact* +
If you used the *Incoming Webhook* app in Microsoft Teams to generate a webhook URL for a <<teams-action-type,Microsoft Teams connector>>, it will stop working in December 2024.
*Workaround* +
Use the *Workflows* app in Microsoft Teams to create a new webhook URL, as described in <<configuring-teams>>.
Update your Microsoft Teams connector to use the new URL before the end of December 2024.
====
[float]
[[deprecations-8.15.0]]

View file

@ -8,7 +8,7 @@
:frontmatter-tags-content-type: [how-to]
:frontmatter-tags-user-goals: [configure]
The Microsoft Teams connector uses https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook[Incoming Webhooks].
The Microsoft Teams connector uses a webhook to send notifications.
[float]
[[define-teams-ui]]