Skip to content

Commit 02e5a74

Browse files
authored
Merge pull request #11783 from Azure/aws-repackage-to-fix-ccp
Aws repackage to fix ccp
2 parents 661d36c + d9dbd38 commit 02e5a74

File tree

7 files changed

+320
-122
lines changed

7 files changed

+320
-122
lines changed

Solutions/Amazon Web Services/Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefination.json renamed to Solutions/Amazon Web Services/Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefinition.json

File renamed without changes.

Solutions/Amazon Web Services/Data Connectors/AWS_WAF_CCP/AwsS3_WAF_PollingConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
1818
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}"
1919
},
20-
"destinationTable": "",
20+
"destinationTable": "AWSWAF",
2121
"dataFormat": {
2222
"Format": "Json",
2323
"IsCompressed": true,

Solutions/Amazon Web Services/Data/Solution_AmazonWebServices.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Data Connectors": [
77
"Data Connectors/template_AWS.JSON",
88
"Data Connectors/template_AwsS3.JSON",
9-
"Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefination.json"
9+
"Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefinition.json"
1010
],
1111
"Workbooks": [
1212
"Workbooks/AmazonWebServicesNetworkActivities.json",
@@ -110,7 +110,7 @@
110110
"Hunting Queries/AWS_STStoLambda.yaml"
111111
],
112112
"BasePath": "C:\\One\\Azure\\Azure-Sentinel\\Solutions\\Amazon Web Services",
113-
"Version": "3.0.3",
113+
"Version": "3.0.5",
114114
"Metadata": "SolutionMetadata.json",
115115
"TemplateSpec": true,
116116
"StaticDataConnectorIds": [
65.2 KB
Binary file not shown.

Solutions/Amazon Web Services/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
},
6666
{
67-
"name": "dataconnectors-link2",
67+
"name": "dataconnectors-link3",
6868
"type": "Microsoft.Common.TextBlock",
6969
"options": {
7070
"link": {

Solutions/Amazon Web Services/Package/mainTemplate.json

Lines changed: 315 additions & 118 deletions
Large diffs are not rendered by default.

Solutions/Amazon Web Services/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3+
| 3.0.5 | 10-02-2025 | Repackaged to fix ccp grid showing only 1 record and rename of file |
34
| 3.0.4 | 13-12-2024 | Updated title of **Analytic Rule** - AWS_LogTampering.yaml |
45
| 3.0.3 | 27-05-2024 | Updated **Hunting Query** AWS_FailedBruteForceS3Bucket.yaml and **Analytic Rules** for missing TTP |
56
| 3.0.2 | 05-04-2024 | Updated awsS3 **Data connector**, added new Data Type CloudWatch |

0 commit comments

Comments
 (0)