Kueri untuk tabel SucceededIngestion

Penyerapan yang berhasil

Berapa banyak penyerapan yang berhasil terakumulasi (per database, tabel).

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

Bagan waktu penyerapan yang berhasil

Berapa banyak penyerapan yang berhasil terakumulasi (diagram waktu).

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