{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "aksResourceId": { "value": "/subscriptions//resourcegroups//providers/Microsoft.ContainerService/managedClusters/" }, "aksResourceLocation": { "value": "" }, "workspaceResourceId": { "value": "/subscriptions//resourceGroups//providers/Microsoft.OperationalInsights/workspaces/" }, "workspaceRegion": { "value": "" }, "resourceTagValues": { "value": { "": "", "": "", "": "" } }, "dataCollectionInterval": { "value" : "1m" }, "namespaceFilteringModeForDataCollection": { "value": "Off" }, "namespacesForDataCollection": { "value": [ "kube-system", "gatekeeper-system", "azure-arc" ] }, "enableContainerLogV2": { "value": true }, "streams": { "value": [ "Microsoft-ContainerLog", "Microsoft-ContainerLogV2", "Microsoft-KubeEvents", "Microsoft-KubePodInventory", "Microsoft-KubeNodeInventory", "Microsoft-KubePVInventory", "Microsoft-KubeServices", "Microsoft-KubeMonAgentEvents", "Microsoft-InsightsMetrics", "Microsoft-ContainerInventory", "Microsoft-ContainerNodeInventory", "Microsoft-Perf" ] } } }