|
55 | 55 | "email": "support@microsoft.com", |
56 | 56 | "_email": "[variables('email')]", |
57 | 57 | "_solutionName": "Salesforce Service Cloud", |
58 | | - "_solutionVersion": "3.4.2", |
| 58 | + "_solutionVersion": "3.5.0", |
59 | 59 | "solutionId": "azuresentinel.azure-sentinel-solution-salesforceservicecloud", |
60 | 60 | "_solutionId": "[variables('solutionId')]", |
61 | 61 | "analyticRuleObject1": { |
|
80 | 80 | "_analyticRulecontentProductId3": "[concat(take(variables('_solutionId'),50),'-','ar','-', uniqueString(concat(variables('_solutionId'),'-','AnalyticsRule','-','3094e036-e5ae-4d6e-8626-b0f86ebc71f2','-', '1.0.4')))]" |
81 | 81 | }, |
82 | 82 | "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", |
83 | | - "dataConnectorCCPVersion": "3.4.2", |
| 83 | + "dataConnectorCCPVersion": "3.5.0", |
84 | 84 | "_dataConnectorContentIdConnectorDefinition1": "SalesforceServiceCloudCCPDefinition", |
85 | 85 | "dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]", |
86 | 86 | "_dataConnectorContentIdConnections1": "SalesforceServiceCloudCCPDefinitionConnections", |
|
122 | 122 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
123 | 123 | ], |
124 | 124 | "properties": { |
125 | | - "description": "Salesforce-BruteForce_AnalyticalRules Analytics Rule with template version 3.4.2", |
| 125 | + "description": "Salesforce-BruteForce_AnalyticalRules Analytics Rule with template version 3.5.0", |
126 | 126 | "mainTemplate": { |
127 | 127 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
128 | 128 | "contentVersion": "[variables('analyticRuleObject1').analyticRuleVersion1]", |
|
150 | 150 | "status": "Available", |
151 | 151 | "requiredDataConnectors": [ |
152 | 152 | { |
| 153 | + "connectorId": "SalesforceServiceCloudCCPDefinition", |
153 | 154 | "dataTypes": [ |
154 | 155 | "SalesforceServiceCloud" |
155 | | - ], |
156 | | - "connectorId": "SalesforceServiceCloudCCPDefinition" |
| 156 | + ] |
157 | 157 | } |
158 | 158 | ], |
159 | 159 | "tactics": [ |
|
174 | 174 | } |
175 | 175 | ], |
176 | 176 | "customDetails": { |
177 | | - "EventStartTime": "FailureStartTime", |
178 | 177 | "IPAddresses": "IpAddresses", |
| 178 | + "EventStartTime": "FailureStartTime", |
179 | 179 | "EventEndTime": "SuccessEndTime" |
180 | 180 | } |
181 | 181 | } |
|
231 | 231 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
232 | 232 | ], |
233 | 233 | "properties": { |
234 | | - "description": "Salesforce-PasswordSpray_AnalyticalRules Analytics Rule with template version 3.4.2", |
| 234 | + "description": "Salesforce-PasswordSpray_AnalyticalRules Analytics Rule with template version 3.5.0", |
235 | 235 | "mainTemplate": { |
236 | 236 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
237 | 237 | "contentVersion": "[variables('analyticRuleObject2').analyticRuleVersion2]", |
|
259 | 259 | "status": "Available", |
260 | 260 | "requiredDataConnectors": [ |
261 | 261 | { |
| 262 | + "connectorId": "SalesforceServiceCloudCCPDefinition", |
262 | 263 | "dataTypes": [ |
263 | 264 | "SalesforceServiceCloud" |
264 | | - ], |
265 | | - "connectorId": "SalesforceServiceCloudCCPDefinition" |
| 265 | + ] |
266 | 266 | } |
267 | 267 | ], |
268 | 268 | "tactics": [ |
|
338 | 338 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
339 | 339 | ], |
340 | 340 | "properties": { |
341 | | - "description": "Salesforce-SigninsMultipleCountries_AnalyticalRules Analytics Rule with template version 3.4.2", |
| 341 | + "description": "Salesforce-SigninsMultipleCountries_AnalyticalRules Analytics Rule with template version 3.5.0", |
342 | 342 | "mainTemplate": { |
343 | 343 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
344 | 344 | "contentVersion": "[variables('analyticRuleObject3').analyticRuleVersion3]", |
|
366 | 366 | "status": "Available", |
367 | 367 | "requiredDataConnectors": [ |
368 | 368 | { |
| 369 | + "connectorId": "SalesforceServiceCloudCCPDefinition", |
369 | 370 | "dataTypes": [ |
370 | 371 | "SalesforceServiceCloud" |
371 | | - ], |
372 | | - "connectorId": "SalesforceServiceCloudCCPDefinition" |
| 372 | + ] |
373 | 373 | } |
374 | 374 | ], |
375 | 375 | "tactics": [ |
|
6600 | 6600 | "sampleQueries": [ |
6601 | 6601 | { |
6602 | 6602 | "description": "All Setup Audit Trail Events", |
6603 | | - "query": "{{graphQueriesTableName}}\n | take 10" |
| 6603 | + "query": "SalesforceAuditTrail\n | take 10" |
6604 | 6604 | }, |
6605 | 6605 | { |
6606 | 6606 | "description": "All Login History Events", |
|
6623 | 6623 | } |
6624 | 6624 | ], |
6625 | 6625 | "availability": { |
6626 | | - "isPreview": true, |
| 6626 | + "isPreview": false, |
6627 | 6627 | "status": 1 |
6628 | 6628 | }, |
6629 | 6629 | "permissions": { |
|
6998 | 6998 | "sampleQueries": [ |
6999 | 6999 | { |
7000 | 7000 | "description": "All Setup Audit Trail Events", |
7001 | | - "query": "{{graphQueriesTableName}}\n | take 10" |
| 7001 | + "query": "SalesforceAuditTrail\n | take 10" |
7002 | 7002 | }, |
7003 | 7003 | { |
7004 | 7004 | "description": "All Login History Events", |
|
7021 | 7021 | } |
7022 | 7022 | ], |
7023 | 7023 | "availability": { |
7024 | | - "isPreview": true, |
| 7024 | + "isPreview": false, |
7025 | 7025 | "status": 1 |
7026 | 7026 | }, |
7027 | 7027 | "permissions": { |
|
7432 | 7432 | } |
7433 | 7433 | }, |
7434 | 7434 | { |
7435 | | - "name": "[[concat(parameters('innerWorkspace'),'/Microsoft.SecurityInsights/', 'SalesforceAuditTrailPoller', parameters('guidValue'))]", |
| 7435 | + "name": "[[concat('parameters('workspace')', '/Microsoft.SecurityInsights/','SalesforceAuditTrail' , uniqueString(parameters('friendlyName')) )]", |
7436 | 7436 | "apiVersion": "2023-02-01-preview", |
7437 | 7437 | "type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors", |
7438 | 7438 | "location": "[parameters('workspace-location')]", |
|
7497 | 7497 | "condition": "[[contains(parameters('selectedDataTypes'), 'setupAuditTrail')]" |
7498 | 7498 | }, |
7499 | 7499 | { |
7500 | | - "name": "[[concat(parameters('innerWorkspace'),'/Microsoft.SecurityInsights/', 'SalesforceLoginHistoryPoller', parameters('guidValue'))]", |
| 7500 | + "name": "[[concat('parameters('workspace')', '/Microsoft.SecurityInsights/','SalesforceLoginHistory' , uniqueString(parameters('friendlyName')) )]", |
7501 | 7501 | "apiVersion": "2023-02-01-preview", |
7502 | 7502 | "type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors", |
7503 | 7503 | "location": "[parameters('workspace-location')]", |
|
11694 | 11694 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
11695 | 11695 | ], |
11696 | 11696 | "properties": { |
11697 | | - "description": "SalesforceServiceCloud Data Parser with template version 3.4.2", |
| 11697 | + "description": "SalesforceServiceCloud Data Parser with template version 3.5.0", |
11698 | 11698 | "mainTemplate": { |
11699 | 11699 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
11700 | 11700 | "contentVersion": "[variables('parserObject1').parserVersion1]", |
|
11826 | 11826 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
11827 | 11827 | ], |
11828 | 11828 | "properties": { |
11829 | | - "description": "SalesforceServiceCloud Workbook with template version 3.4.2", |
| 11829 | + "description": "SalesforceServiceCloud Workbook with template version 3.5.0", |
11830 | 11830 | "mainTemplate": { |
11831 | 11831 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
11832 | 11832 | "contentVersion": "[variables('workbookVersion1')]", |
|
11910 | 11910 | "apiVersion": "2023-04-01-preview", |
11911 | 11911 | "location": "[parameters('workspace-location')]", |
11912 | 11912 | "properties": { |
11913 | | - "version": "3.4.2", |
| 11913 | + "version": "3.5.0", |
11914 | 11914 | "kind": "Solution", |
11915 | 11915 | "contentSchemaVersion": "3.0.0", |
11916 | 11916 | "displayName": "Salesforce Service Cloud", |
|
0 commit comments