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: articles/sentinel/data-connectors/slack-audit.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,54 +49,57 @@ To integrate with Slack Audit (using Azure Functions) make sure you have:
49
49
50
50
51
51
> [!NOTE]
52
-
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
53
-
52
+
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
54
53
55
54
>**(Optional Step)** Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
56
55
57
-
58
56
> [!NOTE]
59
-
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
60
-
57
+
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
61
58
62
59
**STEP 1 - Configuration steps for the Slack API**
63
60
64
61
[Follow the instructions](https://api.slack.com/web#authentication) to obtain the credentials.
65
62
66
-
67
-
68
63
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
69
64
70
-
>**IMPORTANT:** Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
65
+
> [!IMPORTANT]
66
+
> Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
71
67
72
68
Option 1 - Azure Resource Manager (ARM) Template
73
69
74
70
Use this method for automated deployment of the Slack Audit data connector using an ARM Tempate.
75
71
76
-
1. Click the **Deploy to Azure** button below.
72
+
1. Select the **Deploy to Azure** button below.
73
+
74
+
[](https://aka.ms/sentinel-SlackAuditAPI-azuredeploy)
75
+
76
+
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
77
+
78
+
> [!NOTE]
79
+
> Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
77
80
78
-
[](https://aka.ms/sentinel-SlackAuditAPI-azuredeploy)
79
-
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
80
-
> **NOTE:** Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
81
-
3. Enter the **SlackAPIBearerToken** and deploy.
82
-
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
83
-
5. Click **Purchase** to deploy.
81
+
4. Enter the **SlackAPIBearerToken** and deploy.
82
+
5. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
83
+
6. Select **Purchase** to deploy.
84
84
85
85
Option 2 - Manual Deployment of Azure Functions
86
86
87
87
Use the following step-by-step instructions to deploy the Slack Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
88
88
89
-
90
89
**1. Deploy a Function App**
91
90
92
-
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
91
+
> [!NOTE]
92
+
> You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
93
+
93
94
1. Download the [Azure Function App](https://aka.ms/sentinel-SlackAuditAPI-functionapp) file. Extract archive to your local development computer.
94
95
2. Start VS Code. Choose File in the main menu and select Open Folder.
95
96
3. Select the top level folder from extracted files.
96
97
4. Choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose the **Deploy to function app** button.
97
-
If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
98
-
If you're already signed in, go to the next step.
99
-
5. Provide the following information at the prompts:
98
+
99
+
- If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
100
+
- If you're already signed in, go to the next step.
101
+
102
+
6. Provide the following information at the prompts:
100
103
101
104
a. **Select folder:** Choose a folder from your workspace or browse to one that contains your function app.
102
105
@@ -110,9 +113,8 @@ If you're already signed in, go to the next step.
110
113
111
114
f. Select a location for new resources. For better performance and lower costs choose the same [region](https://azure.microsoft.com/regions/) where Microsoft Sentinel is located.
112
115
113
-
6. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
114
-
7. Go to Azure Portal for the Function App configuration.
115
-
116
+
7. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
117
+
8. Go to Azure Portal for the Function App configuration.
0 commit comments