Fixing bug for Sysmon for linux data connector

This commit is contained in:
v-sabiraj 2023-04-20 16:07:42 +05:30
Родитель ac00211eac
Коммит a93720cab1
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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
}

Двоичные данные
Solutions/Microsoft Sysmon For Linux/Package/2.0.1.zip Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -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')]",