对 SucceededIngestion 表的查询

成功的引入

每个数据库、表) 应计 (成功引入的次数。

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