This commit is contained in:
kingwil 2023-11-21 19:23:16 +00:00 коммит произвёл GitHub
Родитель 68e6252d29
Коммит 18fb863b4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 109 удалений

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

@ -42,16 +42,14 @@
"appInsightsLogName": "[concat(parameters('functionAppName'),'Logs')]",
"clv2TableNamePowerApps": "PowerApps_CL",
"clv2TableNameEnvironments": "PowerPlatformEnvironments_CL",
"clv2TableNameConnections": "PowerPlatformConnections_CL",
"clv2TableNameConnections": "PowerAppsConnections_CL",
"clv2TableNameFlows": "PowerAutomateFlows_CL",
"clv2TableNameFlowsConnections": "PowerAutomateFlowConnectionReference_CL",
"dataCollectionEndpointName": "Microsoft-Sentinel-PPInventory-DCE",
"dataCollectionRuleName": "Microsoft-Sentinel-PPInventory-DCR",
"dCRStreamNamePowerApps": "[concat('Custom-', variables('clv2TableNamePowerApps'))]",
"dCRStreamNameEnvironments": "[concat('Custom-', variables('clv2TableNameEnvironments'))]",
"dCRStreamNameConnections": "[concat('Custom-', variables('clv2TableNameConnections'))]",
"dCRStreamNameFlows": "[concat('Custom-', variables('clv2TableNameFlows'))]",
"dCRStreamNameFlowsConnections": "[concat('Custom-', variables('clv2TableNameFlowsConnections'))]",
"monitoringMetricsPublisherRoleId": "3913510d-42f4-4e42-8a64-420c390055eb",
"storageBlobDataReaderRoleId": "2a2b9908-6ea1-4ae2-8e65-a410df84e7d1",
"inventoryTablesDeploymentName": "PowerPlatformInventoryTableDeployment",
@ -466,56 +464,7 @@
]
}
}
},
{
"type": "Microsoft.OperationalInsights/workspaces/tables",
"apiVersion": "2022-10-01",
"name": "[concat(parameters('sentinelWorkspace').name, '/', variables('clv2TableNameFlowsConnections'))]",
"tags": "[ if(contains(parameters('tagsByResource'), 'Microsoft.OperationalInsights/workspaces/tables'), parameters('tagsByResource')['Microsoft.OperationalInsights/workspaces/tables'], json('{}')) ]",
"properties": {
"schema": {
"name": "[variables('clv2TableNameFlowsConnections')]",
"columns": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "ResourceId",
"type": "string"
},
{
"name": "EnvironmentTenantId",
"type": "string"
},
{
"name": "EnvironmentId",
"type": "string"
},
{
"name": "ConnectionrefId",
"type": "string"
},
{
"name": "ConnectorType",
"type": "string"
},
{
"name": "ConnectionId",
"type": "string"
},
{
"name": "DisplayName",
"type": "string"
},
{
"name": "Tier",
"type": "string"
}
]
}
}
}
}
],
"outputs": {}
}
@ -676,11 +625,6 @@
"value": "[variables('dCRStreamNameFlows')]",
"slotSetting": false
},
{
"name": "DCR_STREAM_NAME_FLOWS_CONNECTIONS",
"value": "[variables('dCRStreamNameFlowsConnections')]",
"slotSetting": false
},
{
"name": "INVENTORY_CONTAINER_NAME",
"value": "powerplatform",
@ -706,11 +650,6 @@
"value": "true",
"slotSetting": false
},
{
"name": "COLLECT_FLOWS_CONNECTIONS",
"value": "false",
"slotSetting": false
},
{
"name": "BATCH_SIZE",
"value": "10000",
@ -1089,42 +1028,6 @@
"type": "string"
}
]
},
"[variables('dCRStreamNameFlowsConnections')]": {
"columns": [
{
"name": "resourceId",
"type": "string"
},
{
"name": "tenantId",
"type": "string"
},
{
"name": "environmentId",
"type": "string"
},
{
"name": "connectionrefId",
"type": "string"
},
{
"name": "connectorType",
"type": "string"
},
{
"name": "connectionId",
"type": "string"
},
{
"name": "displayName",
"type": "string"
},
{
"name": "tier",
"type": "string"
}
]
}
},
"destinations": {
@ -1175,16 +1078,6 @@
],
"transformKql": "source| extend TimeGenerated = now()| project-rename FlowType = type, SubType = subType, ResourceId = resourceId, Name = name, EnvironmentTenantId = tenantId, EnvironmentId = environmentId, ResourceVersion = resourceVersion, LifecycleState = lifecycleState, EventsCreatedTimestamp = events_created_timestamp, EventsCreatedPrincipalId = events_created_principalId, EventsModifiedTimestamp = events_modified_timestamp, SharedUsers = sharedUsers, SharedGroups = sharedGroups, IsDeleted = isDeleted, WorkflowEntityId = workflowEntityId, FlowSuspensionReason = flowSuspensionReason, TemplateName = templateName, FlowFailureAlertSubscribed = flowFailureAlertSubscribed, SharingType = sharingType",
"outputStream": "[variables('dCRStreamNameFlows')]"
},
{
"streams": [
"[variables('dCRStreamNameFlowsConnections')]"
],
"destinations": [
"clv2ws1"
],
"transformKql": "source| extend TimeGenerated = now()| project-rename ResourceId = resourceId, EnvironmentTenantId = tenantId, EnvironmentId = environmentId, ConnectionrefId = connectionrefId, ConnectorType = connectorType, ConnectionId = connectionId, DisplayName = displayName, Tier = tier",
"outputStream": "[variables('dCRStreamNameFlowsConnections')]"
}
]
}

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