Skip to content

Commit fb85384

Browse files
authored
Add Slack configuration section (#5808)
1 parent 9deb417 commit fb85384

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

docs/platform-services/automation-service/app-central/integrations/sumo-logic-notifications.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,26 @@ Integration with Sumo Logic platform for monitors and Slack Notification.
1818

1919
## Sumo Logic Notifications configuration
2020

21+
### Create a Sumo Logic access key
22+
2123
[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.
2224

2325
:::note
2426
The ID and key won't be available again once you close the confirmation screen.
2527
:::
2628

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+
2741
## Configure Sumo Logic Notifications in Automation Service and Cloud SOAR
2842

2943
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
@@ -42,18 +56,13 @@ import AccessKey from '../../../../reuse/automation-service/access-key.md';
4256
* <SumoLogicAPIURL/>
4357
* <AccessID/>
4458
* <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 Slack token. See [Create a Slack token](#create-a-slack-token) above.
4660

4761
* <IntegrationTimeout/>
4862
* <IntegrationCertificate/>
4963
* <IntegrationEngine/>
5064
* <IntegrationProxy/>
5165

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.
56-
5766
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/sumo-logic-notifications-configuration.png')} style={{border:'1px solid gray'}} alt="Sumo Logic Notifications configuration" width="400"/>
5867
## Change Log
5968

0 commit comments

Comments
 (0)