Skip to content

Commit f30d9e5

Browse files
updated files to move from pupr to ga
1 parent 6a69b9d commit f30d9e5

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

Solutions/Akamai DDOS Protection/Data Connectors/AkamaiDDOSProtection_CCF/AkamaiDDOSProtection_ConnectorDefinition.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"title": "Akamai Security Events (via Codeless Connector Framework)",
1111
"publisher": "Akamai",
1212
"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.",
13-
"graphQueriesTableName": "AkamaiSIEMEvent",
1413
"graphQueries": [
1514
{
1615
"metricName": "Total security events received",
@@ -57,7 +56,7 @@
5756
}
5857
],
5958
"availability": {
60-
"isPreview": true,
59+
"isPreview": false,
6160
"status": 1
6261
},
6362
"permissions": {

Solutions/Akamai DDOS Protection/Data Connectors/AkamaiDDOSProtection_CCF/AkamaiDDOSProtection_PollerConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"queryWindowInMin": 5,
1919
"queryTimeFormat": "UnixTimestamp",
2020
"retryCount": 3,
21-
"timeoutInSeconds": 120,
21+
"timeoutInSeconds": 35,
2222
"headers": {
2323
"Accept": "application/json"
2424
},

Solutions/Akamai DDOS Protection/Data/Solution_AkamaiDDOSProtection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Watchlists": [],
1616
"Playbooks": [],
1717
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Akamai DDOS Protection",
18-
"Version": "3.0.0",
18+
"Version": "3.0.1",
1919
"Metadata": "SolutionMetadata.json",
2020
"TemplateSpec": true,
2121
"Is1PConnector": false
13.7 KB
Binary file not shown.

Solutions/Akamai DDOS Protection/Package/mainTemplate.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"email": "support@microsoft.com",
4848
"_email": "[variables('email')]",
4949
"_solutionName": "Akamai DDOS Protection",
50-
"_solutionVersion": "3.0.0",
50+
"_solutionVersion": "3.0.1",
5151
"solutionId": "azuresentinel.azure-sentinel-solution-akamaiddosprotection",
5252
"_solutionId": "[variables('solutionId')]",
5353
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
54-
"dataConnectorCCPVersion": "3.0.0",
54+
"dataConnectorCCPVersion": "3.0.1",
5555
"_dataConnectorContentIdConnectorDefinition1": "AkamaiSIEMConnector",
5656
"dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]",
5757
"_dataConnectorContentIdConnections1": "AkamaiSIEMConnectorConnections",
@@ -98,7 +98,6 @@
9898
"title": "Akamai Security Events (via Codeless Connector Framework)",
9999
"publisher": "Akamai",
100100
"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",
102101
"graphQueries": [
103102
{
104103
"metricName": "Total security events received",
@@ -145,7 +144,7 @@
145144
}
146145
],
147146
"availability": {
148-
"isPreview": true,
147+
"isPreview": false,
149148
"status": 1
150149
},
151150
"permissions": {
@@ -730,7 +729,6 @@
730729
"title": "Akamai Security Events (via Codeless Connector Framework)",
731730
"publisher": "Akamai",
732731
"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",
734732
"graphQueries": [
735733
{
736734
"metricName": "Total security events received",
@@ -777,7 +775,7 @@
777775
}
778776
],
779777
"availability": {
780-
"isPreview": true,
778+
"isPreview": false,
781779
"status": 1
782780
},
783781
"permissions": {
@@ -1088,7 +1086,7 @@
10881086
"queryWindowInMin": 5,
10891087
"queryTimeFormat": "UnixTimestamp",
10901088
"retryCount": 3,
1091-
"timeoutInSeconds": 120,
1089+
"timeoutInSeconds": 35,
10921090
"headers": {
10931091
"Accept": "application/json"
10941092
},
@@ -1144,7 +1142,7 @@
11441142
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
11451143
],
11461144
"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",
11481146
"mainTemplate": {
11491147
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
11501148
"contentVersion": "[variables('parserObject1').parserVersion1]",
@@ -1272,7 +1270,7 @@
12721270
"apiVersion": "2023-04-01-preview",
12731271
"location": "[parameters('workspace-location')]",
12741272
"properties": {
1275-
"version": "3.0.0",
1273+
"version": "3.0.1",
12761274
"kind": "Solution",
12771275
"contentSchemaVersion": "3.0.0",
12781276
"displayName": "Akamai DDOS Protection",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|--------------------------------------------------------------|
3+
| 3.0.1 | 20-07-2026 | Promoted Akamai DDOS CCF data connector from public preview to GA |
34
| 3.0.0 | 24-06-2026 | Created a Data Connector for Akamai DDOS Protection CCF Container with the WAF security events data stream. |

0 commit comments

Comments
 (0)