az monitor data-collection rule data-flow
注意
此參考是 Azure CLI 的 monitor-control-service 擴充功能的一部分(2.61.0 版或更高版本)。 擴充功能會在您第一次執行 az monitor data-collection rule data-flow 命令時自動安裝。 深入了解擴充功能。
管理數據流。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az monitor data-collection rule data-flow add |
新增數據流。 |
副檔名 | GA |
az monitor data-collection rule data-flow list |
列出數據流。 |
副檔名 | GA |
az monitor data-collection rule data-flow add
新增數據流。
az monitor data-collection rule data-flow add --data-collection-rule-name
--resource-group
[--built-in-transform]
[--capture-overflow {0, 1, f, false, n, no, t, true, y, yes}]
[--data-flow-index]
[--destinations]
[--output-stream]
[--streams]
[--transform-kql]
範例
新增數據流
az monitor data-collection rule data-flow add --rule-name myCollectionRule --resource-group myResourceGroup --destinations XX3 XX4 --streams Microsoft-Perf Microsoft-WindowsEvent
必要參數
數據收集規則的名稱。 名稱不區分大小寫。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
要轉換數據流數據的 builtIn 轉換。
在 LA 目的地中啟用溢位數據行的旗標。
數據流已傳入。
此數據流的目的地清單。 支援速記語法、json-file 和 yaml-file。 請嘗試 “??” 以顯示更多。
轉換的輸出數據流。 只有在轉換將數據變更為不同的數據流時才需要。
此數據流的數據流清單。 支援速記語法、json-file 和 yaml-file。 請嘗試 “??” 以顯示更多。
轉換數據流數據的 KQL 查詢。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az monitor data-collection rule data-flow list
列出數據流。
az monitor data-collection rule data-flow list --data-collection-rule-name
--resource-group
範例
列出數據流
az monitor data-collection rule data-flow list --rule-name myCollectionRule --resource-group myResourceGroup
必要參數
數據收集規則的名稱。 名稱不區分大小寫。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。