-
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.
- Loading branch information
1 parent
68141d5
commit 6ec4f0a
Showing
3 changed files
with
8 additions
and
8 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", | ||
|