Dotazy na tabulku SucceededIngestion

Úspěšné ingestování

Kolik úspěšných ingestování naběhlo (na databázi, tabulku)

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

Časový diagram úspěšných příjmů dat

Kolik úspěšných ingestování naběhlo (časový diagram)

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