.show streamingingestion failures 命令
本文内容
适用于:✅Azure 数据资源管理器
此命令返回一个结果集,其中包含使用某种流引入类型引入数据时发生的聚合流引入失败。
备注
流引入失败将分组到短时间段的桶中,并按数据库、表、主体、引入属性、失败种类和错误代码进行聚合。
网关限制失败不会显示在此命令的结果集中。
流引入失败的保留期为 14 天。
如果你有数据库管理员或数据库监视者权限,你会看到所有失败的操作。 否则,只会看到你创建的操作。 有关权限的详细信息,请参阅基于角色的访问控制。
语法选项 | 说明 |
---|---|
.show streamingingestion failures |
返回聚合流引入失败 |
.show streamingingestion failures | where ... |
返回一组筛选的流引入失败 |
详细了解语法约定。
输出参数 | 类型 | 说明 |
---|---|---|
数据库 | string |
引入的目标数据库 |
表 | string |
引入的目标表 |
主体 | string |
其凭据已用于引入的主体 |
RootActivityId | guid |
引入根活动 ID |
IngestionProperties | dynamic |
引入属性 |
计数 | long |
桶中的失败总数 |
FirstFailureOn | datetime |
桶中的第一次引入日期/时间 (UTC) |
LastFailureOn | datetime |
桶中的最后一次引入日期/时间 (UTC) |
FailureKind | string |
失败类型(永久/暂时) |
ErrorCode | string |
失败错误代码 |
详细信息 | string |
有关失败的详细信息 |
数据库 | 表 | 主体 | RootActivityId | IngestionProperties | 计数 | FirstFailureOn | LastFailureOn | FailureKind | ErrorCode | 详细信息 |
---|---|---|---|---|---|---|---|---|---|---|
DB1 | Table1 | aadapp=xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx | 04411033-5ffb-410f-bc6d-a24d50790a80 | { "Mapping": "Mapping_name", "Format": "Csv", "Compressed": true, "IngestionSource": "Storage" } | 2 | 2020-10-11 12:06:35.8362967 | 2020-10-11 12:06:35.8362967 | 暂时性 | Kusto.DataNode.Exceptions.StreamingIngestionServiceException | 执行到 xxxx 的流引入时发生服务器错误:无法确定引入的行存储 |
DB1 | Table1 | aadapp=xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx | d025b3e1-8f3d-4864-be0a-de54ce5246be | { "Mapping": null, "Format": "Csv", "Compressed": false, "IngestionSource": "Stream" } | 3 | 2020-10-11 12:07:40.8362967 | 2020-10-11 12:08:35.8362967 | 永久性 | Kusto.DataNode.Exceptions.StreamingIngestionServiceException | 数据库元数据不可用。 |