Skip to content

Commit 5150438

Browse files
committed
Merge branch 'master' into dependabot/pip/Solutions/PaloAltoPrismaCloud/Data-Connectors/aiohttp-3.12.14
2 parents 07a42b1 + 92e8d87 commit 5150438

File tree

45 files changed

+7560
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7560
-1128
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"Name": "ThreatIntelExportOperation",
3+
"Properties": [
4+
{
5+
"Name": "TenantId",
6+
"Type": "string"
7+
},
8+
{
9+
"Name": "TimeGenerated",
10+
"Type": "datetime"
11+
},
12+
{
13+
"Name": "TimeExported",
14+
"Type": "datetime"
15+
},
16+
{
17+
"Name": "Id",
18+
"Type": "string"
19+
},
20+
{
21+
"Name": "StixId",
22+
"Type": "string"
23+
},
24+
{
25+
"Name": "SourceSystem",
26+
"Type": "string"
27+
},
28+
{
29+
"Name": "ExportBy",
30+
"Type": "string"
31+
},
32+
{
33+
"Name": "ExportDuration",
34+
"Type": "int"
35+
},
36+
{
37+
"Name": "ExportId",
38+
"Type": "string"
39+
},
40+
{
41+
"Name": "ExportType",
42+
"Type": "string"
43+
},
44+
{
45+
"Name": "Status",
46+
"Type": "string"
47+
},
48+
{
49+
"Name": "ErrorDetails",
50+
"Type": "string"
51+
},
52+
{
53+
"Name": "DestinationInfo",
54+
"Type": "dynamic"
55+
},
56+
{
57+
"Name": "Type",
58+
"Type": "string"
59+
},
60+
{
61+
"Name": "_ResourceId",
62+
"Type": "string"
63+
}
64+
]
65+
}

Solutions/AWS_AccessLogs/Data Connectors/AwsS3ServerAccessLogsDefinition_CCP/AWSS3ServerAccessLogs_ConnectorDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"connectorUiConfig": {
99
"id": "AwsS3ServerAccessLogsDefinition",
10-
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
10+
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
1111
"logo": "amazon_web_services_Logo.svg",
1212
"publisher": "Microsoft",
1313
"providerDisplayName": "Amazon Web Services",
6.66 KB
Binary file not shown.

Solutions/AWS_AccessLogs/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"name": "dataconnectors1-text",
6161
"type": "Microsoft.Common.TextBlock",
6262
"options": {
63-
"text": "This Solution installs the data connector for AWS_AccessLogs. You can get AWS_AccessLogs data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
63+
"text": "This Solution installs the data connector for AWS S3 Server Access Logs (via Codeless Connector Framework). You can get AWS S3 Server Access Logs (via Codeless Connector Framework) data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
6464
}
6565
},
6666
{

Solutions/AWS_AccessLogs/Package/mainTemplate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"email": "[email protected]",
4848
"_email": "[variables('email')]",
4949
"_solutionName": "AWS_AccessLogs",
50-
"_solutionVersion": "3.0.0",
50+
"_solutionVersion": "3.0.1",
5151
"solutionId": "azuresentinel.azure-sentinel-solution-awsaccesslogs",
5252
"_solutionId": "[variables('solutionId')]",
5353
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
@@ -72,7 +72,7 @@
7272
],
7373
"properties": {
7474
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
75-
"displayName": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
75+
"displayName": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
7676
"contentKind": "DataConnector",
7777
"mainTemplate": {
7878
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -89,7 +89,7 @@
8989
"properties": {
9090
"connectorUiConfig": {
9191
"id": "AwsS3ServerAccessLogsDefinition",
92-
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
92+
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
9393
"logo": "amazon_web_services_Logo.svg",
9494
"publisher": "Microsoft",
9595
"providerDisplayName": "Amazon Web Services",
@@ -304,7 +304,6 @@
304304
"location": "[parameters('workspace-location')]",
305305
"kind": "[variables('blanks')]",
306306
"properties": {
307-
"dataCollectionEndpointId": "[variables('dataCollectionEndpointId1')]",
308307
"destinations": {
309308
"logAnalytics": [
310309
{
@@ -322,7 +321,8 @@
322321
"clv2ws1"
323322
]
324323
}
325-
]
324+
],
325+
"dataCollectionEndpointId": "[variables('dataCollectionEndpointId1')]"
326326
}
327327
}
328328
]
@@ -345,7 +345,7 @@
345345
"properties": {
346346
"connectorUiConfig": {
347347
"id": "AwsS3ServerAccessLogsDefinition",
348-
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
348+
"title": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
349349
"logo": "amazon_web_services_Logo.svg",
350350
"publisher": "Microsoft",
351351
"providerDisplayName": "Amazon Web Services",
@@ -563,7 +563,7 @@
563563
],
564564
"properties": {
565565
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
566-
"displayName": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
566+
"displayName": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
567567
"contentKind": "ResourcesDataConnector",
568568
"mainTemplate": {
569569
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -578,7 +578,7 @@
578578
"type": "securestring"
579579
},
580580
"connectorDefinitionName": {
581-
"defaultValue": "AWS S3 Server Access Logs (via Codeless Connector Framework) (Preview)",
581+
"defaultValue": "AWS S3 Server Access Logs (via Codeless Connector Framework)",
582582
"type": "securestring",
583583
"minLength": 1
584584
},
@@ -682,7 +682,7 @@
682682
"apiVersion": "2023-04-01-preview",
683683
"location": "[parameters('workspace-location')]",
684684
"properties": {
685-
"version": "3.0.0",
685+
"version": "3.0.1",
686686
"kind": "Solution",
687687
"contentSchemaVersion": "3.0.0",
688688
"displayName": "AWS_AccessLogs",
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)**| **ChangeHistory** |
22
|------------|-------------------------------|-------------------------------------------------------------------------------------------|
3+
| 3.0.1 | 10-06-2025 | AWS S3 Server Access Log CCF **Data Connector** Moving to GA. |
34
| 3.0.0 | 08-08-2025 | Initial Solution Release. <br/>New CCF **Data Connector** for AWS_AccessLogs. |

Solutions/Google Kubernetes Engine/Data Connectors/GoogleKubernetesEngineLogs_ccp/GoogleKubernetesEngineLogs_ConnectorDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"connectorUiConfig": {
99
"id": "GKECCPDefinition",
10-
"title": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
10+
"title": "Google Kubernetes Engine (via Codeless Connector Framework)",
1111
"publisher": "Microsoft",
1212
"descriptionMarkdown": "The Google Kubernetes Engine (GKE) Logs enable you to capture cluster activity, workload behavior, and security events, allowing you to monitor Kubernetes workloads, analyze performance, and detect potential threats across GKE clusters.",
1313
"graphQueriesTableName": "GKEAudit",
9.65 KB
Binary file not shown.

Solutions/Google Kubernetes Engine/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"name": "dataconnectors1-text",
6161
"type": "Microsoft.Common.TextBlock",
6262
"options": {
63-
"text": "This Solution installs the data connector for Google Kubernetes Engine. You can get Google Kubernetes Engine data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
63+
"text": "This Solution installs the data connector for Google Kubernetes Engine (via Codeless Connector Framework). You can get Google Kubernetes Engine (via Codeless Connector Framework) data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
6464
}
6565
},
6666
{

Solutions/Google Kubernetes Engine/Package/mainTemplate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"email": "[email protected]",
4848
"_email": "[variables('email')]",
4949
"_solutionName": "Google Kubernetes Engine",
50-
"_solutionVersion": "3.0.0",
50+
"_solutionVersion": "3.0.1",
5151
"solutionId": "azuresentinel.azure-sentinel-solution-gkelogs-api",
5252
"_solutionId": "[variables('solutionId')]",
5353
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
@@ -71,7 +71,7 @@
7171
],
7272
"properties": {
7373
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
74-
"displayName": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
74+
"displayName": "Google Kubernetes Engine (via Codeless Connector Framework)",
7575
"contentKind": "DataConnector",
7676
"mainTemplate": {
7777
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -88,7 +88,7 @@
8888
"properties": {
8989
"connectorUiConfig": {
9090
"id": "GKECCPDefinition",
91-
"title": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
91+
"title": "Google Kubernetes Engine (via Codeless Connector Framework)",
9292
"publisher": "Microsoft",
9393
"descriptionMarkdown": "The Google Kubernetes Engine (GKE) Logs enable you to capture cluster activity, workload behavior, and security events, allowing you to monitor Kubernetes workloads, analyze performance, and detect potential threats across GKE clusters.",
9494
"graphQueriesTableName": "GKEAudit",
@@ -660,7 +660,7 @@
660660
"properties": {
661661
"connectorUiConfig": {
662662
"id": "GKECCPDefinition",
663-
"title": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
663+
"title": "Google Kubernetes Engine (via Codeless Connector Framework)",
664664
"publisher": "Microsoft",
665665
"descriptionMarkdown": "The Google Kubernetes Engine (GKE) Logs enable you to capture cluster activity, workload behavior, and security events, allowing you to monitor Kubernetes workloads, analyze performance, and detect potential threats across GKE clusters.",
666666
"graphQueriesTableName": "GKEAudit",
@@ -892,7 +892,7 @@
892892
],
893893
"properties": {
894894
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
895-
"displayName": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
895+
"displayName": "Google Kubernetes Engine (via Codeless Connector Framework)",
896896
"contentKind": "ResourcesDataConnector",
897897
"mainTemplate": {
898898
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -932,7 +932,7 @@
932932
"minLength": 3
933933
},
934934
"connectorDefinitionName": {
935-
"defaultValue": "Google Kubernetes Engine (via Codeless Connector Framework) (Preview)",
935+
"defaultValue": "Google Kubernetes Engine (via Codeless Connector Framework)",
936936
"type": "securestring",
937937
"minLength": 1
938938
},
@@ -1156,7 +1156,7 @@
11561156
"apiVersion": "2023-04-01-preview",
11571157
"location": "[parameters('workspace-location')]",
11581158
"properties": {
1159-
"version": "3.0.0",
1159+
"version": "3.0.1",
11601160
"kind": "Solution",
11611161
"contentSchemaVersion": "3.0.0",
11621162
"displayName": "Google Kubernetes Engine",

0 commit comments

Comments
 (0)