Enable-AzHDInsightMonitoring
啟用 HDInsight 叢集上的傳統 Azure 監視器記錄整合,並將相關記錄傳送至啟用期間指定的監視工作區。
語法
Enable-AzHDInsightMonitoring
[-Name] <String>
[-WorkspaceId] <String>
[-PrimaryKey] <String>
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Enable-AzHDInsightMonitoring Cmdlet 可在 HDInsight 叢集上啟用傳統 Azure 監視器記錄整合。
範例
範例 1
Enable-AzHDInsightMonitoring -Name testcluster -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey 'key for workspace 1d364e89-bb71-4503-aa3d-a23535aea7bd'
True
HDInsight 叢集上將會啟用監視功能,並將相關記錄傳送至標識符為 1d364e89-bb71-4503-aa3d-a23535aea7bd 的監視工作區
範例 2
Enable-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey 'key for workspace 1d364e89-bb71-4503-aa3d-a23535aea7bd'
True
HDInsight 叢集上將會啟用監視功能,並將相關記錄傳送至標識符為 1d364e89-bb71-4503-aa3d-a23535aea7bd 的監視工作區
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
要啟用監視的叢集名稱。
類型: | String |
別名: | ClusterName |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PrimaryKey
監視工作區的主鍵。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
叢集的資源群組。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceId
監視工作區的標識碼。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |