共用方式為


監視 Azure AI 影片索引器數據參考

如需收集和分析 Azure AI 影片索引器監視數據的詳細資訊,請參閱監視 Azure AI 影片索引器。

計量

Azure AI 影片索引器目前不支援任何計量監視。

如需詳細資訊,請參閱 Azure 監視器中支援的所有平台計量清單。

載入計量維度

Azure AI 影片索引器目前不支援任何計量監視。

Azure AI 影片索引器具有與其計量相關聯的下列維度。

資源記錄

本節列出您可以為 Azure AI 影片索引器收集的資源記錄類型。

如需參考,請參閱 Azure 監視器中支援的所有資源記錄類別類型清單。

Azure AI Video Indexer

資源提供者和類型: Microsoft.VideoIndexer/accounts

類別 顯示名稱 其他資訊
VIAudit Azure AI 影片索引器稽核記錄 記錄是從 Azure AI 影片索引器網站和 REST API 產生
IndexingLogs 編製記錄索引 Azure AI 影片索引器編製索引記錄,以監視所有檔案上傳、編製索引和重新編製索引作業。

Azure 監視器記錄資料表

本節參考與 Azure AI 影片索引器相關的所有 Azure 監視器記錄 Kusto 數據表,並可供 Log Analytics 查詢。

資源類型 備註
Azure AI Video Indexer

Azure AI Video Indexer

資料表 Description 其他資訊
VIAudit 使用 Azure AI 影片索引器網站或 REST API 入口網站所產生的事件。
VIIndexing 使用 Azure AI 影片索引器 上傳重新編製索引 API 所產生的事件。

如需所有 Azure 監視器記錄/Log Analytics 資料表的參考,請參閱 Azure 監視器記錄資料表參考

活動記錄檔

下表列出可在活動記錄中建立的 Azure AI 影片索引器相關作業。

作業 描述
Generate_AccessToken
Accounts_Update
寫入標記
建立或更新資源診斷設定
刪除資源診斷設定

如需活動記錄項目結構描述的詳細資訊,請參閱活動記錄結構描述

結構描述

Azure AI 影片索引器正在使用下列架構:

稽核架構

{
    "time": "2022-03-22T10:59:39.5596929Z",
    "resourceId": "/SUBSCRIPTIONS/{SubscriptionId}/RESOURCEGROUPS/{ResourceGroup}/PROVIDERS/MICROSOFT.VIDEOINDEXER/ACCOUNTS/VIDEOINDEXERACCOUNT",
    "operationName": "Get-Video-Thumbnail",
    "category": "Audit",
    "location": "westus2",
    "durationMs": "192",
    "resultSignature": "200",
    "resultType": "Success",
    "resultDescription": "Get Video Thumbnail",
    "correlationId": "00000000-0000-0000-0000-000000000000",
    "callerIpAddress": "46.*****",
    "operationVersion": "Operations",
    "identity": {
      "externalUserId": "0000000000*****",
      "upn": "alias@outlook.com",
      "claims": { "permission": "Reader", "scope": "Account" }
    },
    "properties": {
      "accountName": "videoIndexerAccoount",
      "accountId": "00000000-0000-0000-0000-000000000000",
      "videoId": "0000000000"
    }
  }

編製索引架構

{
    "time": "2022-09-28T09:41:08.6216252Z",
    "resourceId": "/SUBSCRIPTIONS/{SubscriptionId}/RESOURCEGROUPS/{ResourceGroup}/PROVIDERS/MICROSOFT.VIDEOINDEXER/ACCOUNTS/MY-VI-ACCOUNT",
    "operationName": "UploadStarted",
    "category": "IndexingLogs",
    "correlationId": "00000000-0000-0000-0000-000000000000",
    "resultType": "Success",
    "location": "eastus",
    "operationVersion": "2.0",
    "durationMs": "0",
    "identity": {
        "upn": "my-email@microsoft.com",
        "claims": null
    },
    "properties": {
        "accountName": "my-vi-account",
        "accountId": "00000000-0000-0000-0000-000000000000",
        "videoId": "0000000000",
        "indexing": {
            "Language": "en-US",
            "Privacy": "Private",
            "Partition": null,
            "PersonModelId": null,
            "LinguisticModelId": null,
            "AssetId": null,
            "IndexingPreset": "Default",
            "StreamingPreset": "Default",
            "Description": null,
            "Priority": null,
            "ExternalId": null,
            "Filename": "1 Second Video 1.mp4",
            "AnimationModelId": null,
            "BrandsCategories": null,
            "CustomLanguages": "en-US,ar-BH,hi-IN,es-MX",
            "ExcludedAIs": "Faces",
            "LogoGroupId": "00000000-0000-0000-0000-000000000000"
        }
    }
}