You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Edit the following values in the parameter file. Retrieve the resource ID of the resources from the JSON View of their Overview page.
31
+
2. Edit the following values in the parameter file. Retrieve the **resource ID** of the resources from the **JSON** View of their **Overview** page.
32
32
33
33
| Parameter | Description |
34
34
|:---|:---|
35
-
| AKS: `aksResourceId`<br>Arc: `clusterResourceId` | Resource ID of the cluster |
36
-
| AKS: `aksResourceLocation`<br>Arc: `clusterRegion` | Azure Region of the Cluster |
37
-
| AKS: `workspaceResourceId`<br>Arc: `workspaceResourceId` | Resource ID of the Azure Log Analytics workspace. |
35
+
| AKS: `aksResourceId`<br>Arc: `clusterResourceId` | Resource ID of the cluster. |
36
+
| AKS: `aksResourceLocation`<br>Arc: `clusterRegion` | Azure Region of the cluster. |
37
+
| AKS: `workspaceResourceId`<br>Arc: `workspaceResourceId` | Resource ID of the Log Analytics workspace. |
38
38
| AKS: `workspaceRegion`<br>Arc: `workspaceRegion` | Region of the Log Analytics workspace. |
39
-
| Arc: `workspaceDomain` | Domain of the Log Analytics workspace.<br>`opinsights.azure.com` for Azure public cloud<br>`opinsights.azure.us` for AzureUSGovernment<br>`opinsights.azure.cn` for Azure China Cloud |
40
-
| AKS: `resourceTagValues` | Tag values specified for the existing Container insights extension data collection rule (DCR) of the cluster and the name of the DCR. The name will be MSCI-\<clusterName\>-\<clusterRegion\> and this resource created in an AKS clusters resource group. For first time onboarding, you can set arbitrary tag values. |
41
-
| AKS: `useAzureMonitorPrivateLinkScope`<br>Arc:`useAzureMonitorPrivateLinkScope` | Boolean flag to indicate Azure Monitor link scope to used or not |
42
-
| AKS: `azureMonitorPrivateLinkScopeResourceId`<br>Arc: `azureMonitorPrivateLinkScopeResourceId` | Resource ID of the Azure Monitor Private link scope. This only used if the useAzureMonitorPrivateLinkScopeset to true. |
39
+
| Arc: `workspaceDomain` | Domain of the Log Analytics workspace:<br>`opinsights.azure.com` for Azure public cloud<br>`opinsights.azure.us` for Azure US Government<br>`opinsights.azure.cn` for Azure China Cloud |
40
+
| AKS: `resourceTagValues` | Tag values specified for the existing Container insights extension data collection rule (DCR) of the cluster and the name of the DCR. The name will be MSCI-\<clusterName\>-\<clusterRegion\>, and this resource created in an AKS clusters resource group. For first time onboarding, you can set arbitrary tag values. |
41
+
| AKS: `useAzureMonitorPrivateLinkScope`<br>Arc:`useAzureMonitorPrivateLinkScope` | Boolean flag to indicate whether Azure Monitor link scope is used or not. |
42
+
| AKS: `azureMonitorPrivateLinkScopeResourceId`<br>Arc: `azureMonitorPrivateLinkScopeResourceId` | Resource ID of the Azure Monitor Private link scope. This only used if `useAzureMonitorPrivateLinkScope` is set to **true**. |
43
43
44
44
Based on your requirements, you can configure other parameters such `streams`, `enableContainerLogV2`, `enableSyslog`, `syslogLevels`, `syslogFacilities`, `dataCollectionInterval`, `namespaceFilteringModeForDataCollection` and `namespacesForDataCollection`.
0 commit comments