Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check ADX ingestion log and queue?

The command

.show ingestion failures

outputs errors in the ingestion process. I however did not find a way to get list of successfully ingested items, as well as inspect the ingestion queue (names of the items) and current status (what is being ingested at the moment). Is it possible and how to view that information?

like image 242
greatvovan Avatar asked Oct 29 '25 04:10

greatvovan


1 Answers

ADX is optimized for high throughput, therefore it is not optimized for exposing individual ingest operation tracking by default (that level of granularity puts extra load on the service). We also do not expose detailed information on the queues, definitely not listing the ingress queue items.

You can track all the ingest operations (failed/succeeded/both) by setting up Diagnostic Logs with Azure Monitor.

An aggregated view on your cluster via metrics is also available. Please see Monitor Azure Data Explorer performance, health & usage with metrics and Monitor batching ingestion in Azure Data Explorer.

like image 90
Vladik Branevich Avatar answered Oct 31 '25 12:10

Vladik Branevich