You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign in to [https://dataexplorer.azure.com](https://dataexplorer.azure.com) and connect to your cluster. Run the following command in your database to see if there were any ingestion failures in the last four hours. Replace the database name before running.
159
159
160
160
```Kusto
161
-
.show ingestion failures
162
-
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
161
+
.show ingestion failures
162
+
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
163
163
```
164
164
165
165
Run the following command to view the status of all ingestion operations in the last four hours. Replace the database name before running.
0 commit comments