|
47 | 47 | "email": "support@microsoft.com", |
48 | 48 | "_email": "[variables('email')]", |
49 | 49 | "_solutionName": "Akamai DDOS Protection", |
50 | | - "_solutionVersion": "3.0.0", |
| 50 | + "_solutionVersion": "3.0.1", |
51 | 51 | "solutionId": "azuresentinel.azure-sentinel-solution-akamaiddosprotection", |
52 | 52 | "_solutionId": "[variables('solutionId')]", |
53 | 53 | "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", |
54 | | - "dataConnectorCCPVersion": "3.0.0", |
| 54 | + "dataConnectorCCPVersion": "3.0.1", |
55 | 55 | "_dataConnectorContentIdConnectorDefinition1": "AkamaiSIEMConnector", |
56 | 56 | "dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]", |
57 | 57 | "_dataConnectorContentIdConnections1": "AkamaiSIEMConnectorConnections", |
|
98 | 98 | "title": "Akamai Security Events (via Codeless Connector Framework)", |
99 | 99 | "publisher": "Akamai", |
100 | 100 | "descriptionMarkdown": "The [Akamai SIEM Connector](https://techdocs.akamai.com/siem-integration/docs) ingests web application firewall (WAF) security events from the [Akamai SIEM Integration API](https://techdocs.akamai.com/siem-integration/reference/get-config) into Microsoft Sentinel. The connector collects detailed security event data including attack information, geographic context, and HTTP request/response metadata. Authentication uses Akamai EdgeGrid - provide your three EdgeGrid credentials (client_token, access_token, client_secret) plus the API hostname from your .edgerc file. The platform runtime computes a fresh HMAC-SHA-256 signed Authorization header on every poll request per the EdgeGrid specification.", |
101 | | - "graphQueriesTableName": "AkamaiSIEMEvent", |
102 | 101 | "graphQueries": [ |
103 | 102 | { |
104 | 103 | "metricName": "Total security events received", |
|
145 | 144 | } |
146 | 145 | ], |
147 | 146 | "availability": { |
148 | | - "isPreview": true, |
| 147 | + "isPreview": false, |
149 | 148 | "status": 1 |
150 | 149 | }, |
151 | 150 | "permissions": { |
|
730 | 729 | "title": "Akamai Security Events (via Codeless Connector Framework)", |
731 | 730 | "publisher": "Akamai", |
732 | 731 | "descriptionMarkdown": "The [Akamai SIEM Connector](https://techdocs.akamai.com/siem-integration/docs) ingests web application firewall (WAF) security events from the [Akamai SIEM Integration API](https://techdocs.akamai.com/siem-integration/reference/get-config) into Microsoft Sentinel. The connector collects detailed security event data including attack information, geographic context, and HTTP request/response metadata. Authentication uses Akamai EdgeGrid - provide your three EdgeGrid credentials (client_token, access_token, client_secret) plus the API hostname from your .edgerc file. The platform runtime computes a fresh HMAC-SHA-256 signed Authorization header on every poll request per the EdgeGrid specification.", |
733 | | - "graphQueriesTableName": "AkamaiSIEMEvent", |
734 | 732 | "graphQueries": [ |
735 | 733 | { |
736 | 734 | "metricName": "Total security events received", |
|
777 | 775 | } |
778 | 776 | ], |
779 | 777 | "availability": { |
780 | | - "isPreview": true, |
| 778 | + "isPreview": false, |
781 | 779 | "status": 1 |
782 | 780 | }, |
783 | 781 | "permissions": { |
|
1088 | 1086 | "queryWindowInMin": 5, |
1089 | 1087 | "queryTimeFormat": "UnixTimestamp", |
1090 | 1088 | "retryCount": 3, |
1091 | | - "timeoutInSeconds": 120, |
| 1089 | + "timeoutInSeconds": 35, |
1092 | 1090 | "headers": { |
1093 | 1091 | "Accept": "application/json" |
1094 | 1092 | }, |
|
1144 | 1142 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
1145 | 1143 | ], |
1146 | 1144 | "properties": { |
1147 | | - "description": "parser_AkamaiSIEMEventAliasFunction Data Parser with template version 3.0.0", |
| 1145 | + "description": "parser_AkamaiSIEMEventAliasFunction Data Parser with template version 3.0.1", |
1148 | 1146 | "mainTemplate": { |
1149 | 1147 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
1150 | 1148 | "contentVersion": "[variables('parserObject1').parserVersion1]", |
|
1272 | 1270 | "apiVersion": "2023-04-01-preview", |
1273 | 1271 | "location": "[parameters('workspace-location')]", |
1274 | 1272 | "properties": { |
1275 | | - "version": "3.0.0", |
| 1273 | + "version": "3.0.1", |
1276 | 1274 | "kind": "Solution", |
1277 | 1275 | "contentSchemaVersion": "3.0.0", |
1278 | 1276 | "displayName": "Akamai DDOS Protection", |
|
0 commit comments