-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11651 from Azure/v-prasadboke-preview-removal
Moving connectors from Public Preview to GA
- Loading branch information
Showing
9 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"email": "[email protected]", | ||
"_email": "[variables('email')]", | ||
"_solutionName": "Cisco Meraki Events via REST API", | ||
"_solutionVersion": "3.0.1", | ||
"_solutionVersion": "3.0.2", | ||
"solutionId": "azuresentinel.azure-sentinel-solution-ciscomerakinativepoller", | ||
"_solutionId": "[variables('solutionId')]", | ||
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", | ||
|
@@ -71,7 +71,7 @@ | |
], | ||
"properties": { | ||
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]", | ||
"displayName": "Cisco Meraki (using REST API) (Preview)", | ||
"displayName": "Cisco Meraki (using REST API)", | ||
"contentKind": "DataConnector", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
|
@@ -88,7 +88,7 @@ | |
"properties": { | ||
"connectorUiConfig": { | ||
"id": "CiscoMerakiMultiRule", | ||
"title": "Cisco Meraki (using REST API) (Preview)", | ||
"title": "Cisco Meraki (using REST API)", | ||
"publisher": "Microsoft", | ||
"descriptionMarkdown": "The [Cisco Meraki](https://aka.ms/ciscomeraki) connector allows you to easily connect your Cisco Meraki organization events (Security events, Configuration Changes and API Requests) to Microsoft Sentinel. The data connector uses the [Cisco Meraki REST API](https://developer.cisco.com/meraki/api-v1/#!get-organization-appliance-security-events) to fetch logs and supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received data and ingests into ASIM and custom tables in your Log Analytics workspace. This data connector benefits from capabilities such as DCR based ingestion-time filtering, data normalization.\n\n **Supported ASIM schema:** \n 1. Network Session \n 2. Web Session \n 3. Audit Event", | ||
"graphQueriesTableName": "ASimNetworkSessionLogs", | ||
|
@@ -570,7 +570,7 @@ | |
"properties": { | ||
"connectorUiConfig": { | ||
"id": "CiscoMerakiMultiRule", | ||
"title": "Cisco Meraki (using REST API) (Preview)", | ||
"title": "Cisco Meraki (using REST API)", | ||
"publisher": "Microsoft", | ||
"descriptionMarkdown": "The [Cisco Meraki](https://aka.ms/ciscomeraki) connector allows you to easily connect your Cisco Meraki organization events (Security events, Configuration Changes and API Requests) to Microsoft Sentinel. The data connector uses the [Cisco Meraki REST API](https://developer.cisco.com/meraki/api-v1/#!get-organization-appliance-security-events) to fetch logs and supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received data and ingests into ASIM and custom tables in your Log Analytics workspace. This data connector benefits from capabilities such as DCR based ingestion-time filtering, data normalization.\n\n **Supported ASIM schema:** \n 1. Network Session \n 2. Web Session \n 3. Audit Event", | ||
"graphQueriesTableName": "ASimNetworkSessionLogs", | ||
|
@@ -743,7 +743,7 @@ | |
], | ||
"properties": { | ||
"contentId": "[variables('_dataConnectorContentIdConnections1')]", | ||
"displayName": "Cisco Meraki (using REST API) (Preview)", | ||
"displayName": "Cisco Meraki (using REST API)", | ||
"contentKind": "ResourcesDataConnector", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
|
@@ -760,7 +760,7 @@ | |
"minLength": 1 | ||
}, | ||
"connectorDefinitionName": { | ||
"defaultValue": "Cisco Meraki (using REST API) (Preview)", | ||
"defaultValue": "Cisco Meraki (using REST API)", | ||
"type": "string", | ||
"minLength": 1 | ||
}, | ||
|
@@ -966,7 +966,7 @@ | |
"apiVersion": "2023-04-01-preview", | ||
"location": "[parameters('workspace-location')]", | ||
"properties": { | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"kind": "Solution", | ||
"contentSchemaVersion": "3.0.0", | ||
"displayName": "Cisco Meraki Events via REST API", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
|-------------|--------------------------------|--------------------------------------------------------------------| | ||
| 3.0.2 | 10-01-2025 | Preview tag removed from **Data Connector**. Making connector Global | | ||
| 3.0.1 | 30-09-2024 | Cisco Meraki via REST API configuration Changes pagination fix | | ||
| 3.0.0 | 27-12-2023 | Added Solution with CCP connector | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"email": "[email protected]", | ||
"_email": "[variables('email')]", | ||
"_solutionName": "Workday", | ||
"_solutionVersion": "3.0.0", | ||
"_solutionVersion": "3.0.1", | ||
"solutionId": "azuresentinel.azure-sentinel-solution-workday", | ||
"_solutionId": "[variables('solutionId')]", | ||
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", | ||
|
@@ -72,7 +72,7 @@ | |
], | ||
"properties": { | ||
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]", | ||
"displayName": "Workday User Activity (Preview)", | ||
"displayName": "Workday User Activity", | ||
"contentKind": "DataConnector", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
|
@@ -89,7 +89,7 @@ | |
"properties": { | ||
"connectorUiConfig": { | ||
"id": "WorkdayCCPDefinition", | ||
"title": "Workday User Activity (Preview)", | ||
"title": "Workday User Activity", | ||
"publisher": "Microsoft", | ||
"descriptionMarkdown": "The [Workday](https://www.workday.com/) User Activity data connector provides the capability to ingest User Activity Logs from [Workday API](https://community.workday.com/sites/default/files/file-hosting/restapi/index.html#privacy/v1/get-/activityLogging) into Microsoft Sentinel.", | ||
"graphQueriesTableName": "ASimAuditEventLogs", | ||
|
@@ -320,7 +320,7 @@ | |
"properties": { | ||
"connectorUiConfig": { | ||
"id": "WorkdayCCPDefinition", | ||
"title": "Workday User Activity (Preview)", | ||
"title": "Workday User Activity", | ||
"publisher": "Microsoft", | ||
"descriptionMarkdown": "The [Workday](https://www.workday.com/) User Activity data connector provides the capability to ingest User Activity Logs from [Workday API](https://community.workday.com/sites/default/files/file-hosting/restapi/index.html#privacy/v1/get-/activityLogging) into Microsoft Sentinel.", | ||
"graphQueriesTableName": "ASimAuditEventLogs", | ||
|
@@ -464,7 +464,7 @@ | |
], | ||
"properties": { | ||
"contentId": "[variables('_dataConnectorContentIdConnections1')]", | ||
"displayName": "Workday User Activity (Preview)", | ||
"displayName": "Workday User Activity", | ||
"contentKind": "ResourcesDataConnector", | ||
"mainTemplate": { | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
|
@@ -628,7 +628,7 @@ | |
"apiVersion": "2023-04-01-preview", | ||
"location": "[parameters('workspace-location')]", | ||
"properties": { | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"kind": "Solution", | ||
"contentSchemaVersion": "3.0.0", | ||
"displayName": "Workday", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
|-------------|--------------------------------|--------------------------------------------------------------| | ||
| 3.0.1 | 10-01-2025 | Preview tag removed from **Data Connector**. Making connector Global | | ||
| 3.0.0 | 13-03-2024 | Initial Solution Release | |