-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into HEAD
- Loading branch information
Showing
236 changed files
with
14,581 additions
and
11,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
uses: elastic/github-actions/[email protected] | ||
id: project_assigner | ||
with: | ||
issue-mappings: '[{"label": "Team:AppArch", "projectNumber": 37, "columnName": "To triage"}, {"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"}, {"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"}, {"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"}, {"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"}]' | ||
issue-mappings: '[{"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"}, {"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"}, {"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"}, {"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"}]' | ||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[role="xpack"] | ||
[[teams-action-type]] | ||
=== Microsoft Teams action | ||
|
||
The Microsoft Teams action type uses https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook[Incoming Webhooks]. | ||
|
||
[float] | ||
[[teams-connector-configuration]] | ||
==== Connector configuration | ||
|
||
Microsoft Teams connectors have the following configuration properties: | ||
|
||
Name:: The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action. | ||
Webhook URL:: The URL of the incoming webhook. See https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#add-an-incoming-webhook-to-a-teams-channel[Add Incoming Webhooks] for instructions on generating this URL. If you are using the <<action-settings, `xpack.actions.allowedHosts`>> setting, make sure the hostname is added to the allowed hosts. | ||
|
||
[float] | ||
[[Preconfigured-teams-configuration]] | ||
==== Preconfigured action type | ||
|
||
[source,text] | ||
-- | ||
my-teams: | ||
name: preconfigured-teams-action-type | ||
actionTypeId: .teams | ||
config: | ||
webhookUrl: 'https://outlook.office.com/webhook/abcd@0123456/IncomingWebhook/abcdefgh/ijklmnopqrstuvwxyz' | ||
-- | ||
|
||
`config` defines the action type specific to the configuration. | ||
`config` contains | ||
`webhookUrl`, a string that corresponds to *Webhook URL*. | ||
|
||
|
||
[float] | ||
[[teams-action-configuration]] | ||
==== Action configuration | ||
|
||
Microsoft Teams actions have the following properties: | ||
|
||
Message:: The message text, converted to the `text` field in the Webhook JSON payload. Currently only the text field is supported. Markdown, images, and other advanced formatting are not yet supported. | ||
|
||
[[configuring-teams]] | ||
==== Configuring Microsoft Teams Accounts | ||
|
||
You need a https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook[Microsoft Teams webhook URL] to | ||
configure a Microsoft Teams action. To create a webhook | ||
URL, add the **Incoming Webhook App** through the Microsoft Teams console: | ||
|
||
. Log in to http://teams.microsoft.com[teams.microsoft.com] as a team administrator. | ||
. Navigate to the Apps directory, search for and select the *Incoming Webhook* app. | ||
. Choose _Add to team_ and select a team and channel for the app. | ||
. Enter a name for your webhook and (optionally) upload a custom icon. | ||
+ | ||
image::images/teams-add-webhook-integration.png[] | ||
. Click *Create*. | ||
. Copy the generated webhook URL so you can paste it into your Teams connector form. | ||
+ | ||
image::images/teams-copy-webhook-url.png[] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -723,7 +723,7 @@ | |
"less": "npm:@elastic/[email protected]", | ||
"license-checker": "^16.0.0", | ||
"listr": "^0.14.1", | ||
"lmdb-store": "^0.6.10", | ||
"lmdb-store": "^0.8.15", | ||
"load-grunt-config": "^3.0.1", | ||
"loader-utils": "^1.2.3", | ||
"log-symbols": "^2.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.