{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "clusterResourceId": { "value": "/subscriptions//resourceGroups//providers/Microsoft.Kubernetes/connectedClusters/" }, "clusterRegion": { "value": "" }, "workspaceResourceId": { "value": "/subscriptions//resourcegroups//providers/microsoft.operationalinsights/workspaces/" }, "workspaceRegion": { "value": "" }, "workspaceDomain": { "value": "" }, "enableContainerLogV2": { "value": true }, "enableSyslog": { "value": false }, "syslogLevels": { "value": [ "Debug", "Info", "Notice", "Warning", "Error", "Critical", "Alert", "Emergency" ] }, "syslogFacilities": { "value": [ "auth", "authpriv", "cron", "daemon", "mark", "kern", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "lpr", "mail", "news", "syslog", "user", "uucp" ] }, "resourceTagValues": { "value": { "": "", "": "", "": "" } }, "dataCollectionInterval": { "value" : "1m" }, "namespaceFilteringModeForDataCollection": { "value": "Off" }, "namespacesForDataCollection": { "value": [ "kube-system", "gatekeeper-system", "azure-arc" ] }, "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" ] }, "useAzureMonitorPrivateLinkScope": { "value": false }, "azureMonitorPrivateLinkScopeResourceId": { "value": "/subscriptions//resourceGroups//providers/microsoft.insights/privateLinkScopes/" } } }