Share via


成功擷取數據表的查詢

成功擷取

每個資料庫、數據表) (累算成功擷取的次數。

SucceededIngestion
| parse _ResourceId with * "providers/microsoft.kusto/clusters/" cluster_name // Get the cluster name from the ResourceId string
| summarize count() by bin(TimeGenerated, 1h), cluster_name, Database, Table

成功擷取時間圖

(時間圖) 累算的成功擷取次數。

SucceededIngestion 
| summarize count() by bin(TimeGenerated, 1h) 
| render timechart