Fixing bug for Sysmon for linux data connector
This commit is contained in:
Родитель
ac00211eac
Коммит
a93720cab1
|
@ -7,8 +7,8 @@
|
|||
"Data Connectors/SysmonForLinux.json"
|
||||
],
|
||||
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Microsoft Sysmon For Linux",
|
||||
"Version": "2.0.0",
|
||||
"Version": "2.0.1",
|
||||
"Metadata": "SolutionMetadata.json",
|
||||
"TemplateSpec": true,
|
||||
"Is1Pconnector": true
|
||||
"Is1Pconnector": false
|
||||
}
|
Двоичный файл не отображается.
|
@ -72,7 +72,7 @@
|
|||
"[resourceId('Microsoft.Resources/templateSpecs', variables('dataConnectorTemplateSpecName1'))]"
|
||||
],
|
||||
"properties": {
|
||||
"description": "Microsoft Sysmon For Linux data connector with template version 2.0.0",
|
||||
"description": "Microsoft Sysmon For Linux data connector with template version 2.0.1",
|
||||
"mainTemplate": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||
"contentVersion": "[variables('dataConnectorVersion1')]",
|
||||
|
@ -366,7 +366,7 @@
|
|||
"title": "2. Configure the logs to be collected"
|
||||
}
|
||||
],
|
||||
"id": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_uiConfigId1'))]",
|
||||
"id": "[variables('_uiConfigId1')]",
|
||||
"additionalRequirementBanner": "This data connector depends on ASIM to work as expected. [Deploy ASIM](https://aka.ms/DeployASIM) to get the full value from the connector."
|
||||
}
|
||||
}
|
||||
|
@ -376,7 +376,7 @@
|
|||
"apiVersion": "2022-01-01-preview",
|
||||
"location": "[parameters('workspace-location')]",
|
||||
"properties": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"kind": "Solution",
|
||||
"contentSchemaVersion": "2.0.0",
|
||||
"contentId": "[variables('_solutionId')]",
|
||||
|
|
Загрузка…
Ссылка в новой задаче