You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/sumo-logic-notifications.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,26 @@ Integration with Sumo Logic platform for monitors and Slack Notification.
18
18
19
19
## Sumo Logic Notifications configuration
20
20
21
+
### Create a Sumo Logic access key
22
+
21
23
[Create an access key](/docs/manage/security/access-keys/#create-an-access-key) and copy the resulting **Access ID** and **Access Key**. Store the ID and access key (temporally) into a text editor.
22
24
23
25
:::note
24
26
The ID and key won't be available again once you close the confirmation screen.
25
27
:::
26
28
29
+
### Create a Slack token
30
+
31
+
Configure a Bot or User OAuth token in Slack as described in [Slack Configuration](/docs/platform-services/automation-service/app-central/integrations/slack/#slack-configuration). You will provide the token when you configure the integration as described in the next section.
32
+
33
+
Add the following scopes to the token:
34
+
* For sending notifications (messages) to Slack:
35
+
*`chat:write`. Required to send messages to a user or channel.
36
+
*`chat:write.public` (optional). Only needed if the bot needs to post to public channels where it’s not a member yet.
37
+
* For looking up a Slack user by email:
38
+
*`users:read.email`. Required to find a user by their email address.
39
+
*`users:read` (optional). Add if general user profile information is also needed.
40
+
27
41
## Configure Sumo Logic Notifications in Automation Service and Cloud SOAR
28
42
29
43
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
@@ -42,18 +56,13 @@ import AccessKey from '../../../../reuse/automation-service/access-key.md';
42
56
* <SumoLogicAPIURL/>
43
57
* <AccessID/>
44
58
* <AccessKey/>
45
-
***Slack Bot/User OAuth Token**. Enter the Bot or User OAuth token from Slack. (The authentication token bears the required scopes.) For information about tokens, see [Slack documentation](https://api.slack.com/concepts/token-types).
59
+
***Slack Bot/User OAuth Token**. Enter the Slacktoken. See [Create a Slack token](#create-a-slack-token) above.
46
60
47
61
* <IntegrationTimeout/>
48
62
* <IntegrationCertificate/>
49
63
* <IntegrationEngine/>
50
64
* <IntegrationProxy/>
51
65
52
-
***Sumo Logic API URL**. URL to the API of the instance (for example, `https://api.sumologic.com`). Enter the [API endpoint URL](/docs/api/about-apis/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security) for your region.
53
-
***Access ID**. The access ID that you copied earlier.
54
-
***Access Key**. The access key that you copied earlier.
55
-
***Slack Bot/User OAuth Token**. To set up the Slack app, refer to [Slack configuration](/docs/platform-services/automation-service/app-central/integrations/slack/) within App Central. You'll require a Slack Bot/User OAuth Token.
0 commit comments