共用方式為


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

警告

在過去的一年裡,Azure AI 影片索引器(VI)宣佈因淘汰而取消其對 Azure 媒體服務 (AMS) 的相依性。 已宣佈功能調整變更 ,並提供 移轉指南

完成移轉的最後期限是 2024 年 6 月 30 日。 VI 已延長更新/移轉期限,讓您可以更新VI帳戶,並選擇加入AMS VI資產移轉至2024年8月31日。

不過,在 6 月 30 日之後,如果您尚未更新 VI 帳戶,您將無法編製新影片的索引,也無法播放尚未移轉的任何影片。 如果您在 6 月 30 日之後更新您的帳戶,您可以立即繼續編製索引,但 您將無法在帳戶更新之前播放影片,直到透過 AMS VI 移轉進行移轉。

如需收集和分析 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/602a61eb-c111-43c0-8323-74825230a47d/RESOURCEGROUPS/VI-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": "33473fc3-bcbc-4d47-84cc-9fba2f3e9faa",
    "callerIpAddress": "46.*****",
    "operationVersion": "Operations",
    "identity": {
      "externalUserId": "4704F34286364F2*****",
      "upn": "alias@outlook.com",
      "claims": { "permission": "Reader", "scope": "Account" }
    },
    "properties": {
      "accountName": "videoIndexerAccoount",
      "accountId": "8878b584-d8a0-4752-908c-00d6e5597f55",
      "videoId": "1e2ddfdd77"
    }
  }

編製索引架構

{
    "time": "2022-09-28T09:41:08.6216252Z",
    "resourceId": "/SUBSCRIPTIONS/{SubscriptionId}/RESOURCEGROUPS/{ResourceGroup}/PROVIDERS/MICROSOFT.VIDEOINDEXER/ACCOUNTS/MY-VI-ACCOUNT",
    "operationName": "UploadStarted",
    "category": "IndexingLogs",
    "correlationId": "5cc9a3ea-126b-4f53-a4b5-24b1a5fb9736",
    "resultType": "Success",
    "location": "eastus",
    "operationVersion": "2.0",
    "durationMs": "0",
    "identity": {
        "upn": "my-email@microsoft.com",
        "claims": null
    },
    "properties": {
        "accountName": "my-vi-account",
        "accountId": "6961331d-16d3-413a-8f90-f86a5cabf3ef",
        "videoId": "46b91bc012",
        "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": "ea9d154d-0845-456c-857e-1c9d5d925d95"
        }
    }
}