Monitor Azure AI Video Indexer data reference

See Monitoring Azure AI Video Indexer for details on collecting and analyzing monitoring data for Azure AI Video Indexer.

Metrics

Azure AI Video Indexer currently does not support any metrics monitoring.

For more information, see a list of all platform metrics supported in Azure Monitor.

Metric dimensions

Azure AI Video Indexer currently does not support any metrics monitoring.

Azure AI Video Indexer has the following dimensions associated with its metrics.

Resource logs

This section lists the types of resource logs you can collect for Azure AI Video Indexer.

For reference, see a list of all resource logs category types supported in Azure Monitor.

Azure AI Video Indexer

Resource Provider and Type: Microsoft.VideoIndexer/accounts

Category Display Name Additional information
VIAudit Azure AI Video Indexer Audit Logs Logs are produced from both the Azure AI Video Indexer website and the REST API.
IndexingLogs Indexing Logs Azure AI Video Indexer indexing logs to monitor all files uploads, indexing and reindexing jobs.

Activity log

For more information on the schema of Activity Log entries, see Activity Log schema.

Schemas

The following schemas are in use by Azure AI Video Indexer:

Audit schema

{
    "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"
    }
  }

Indexing schema

{
    "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"
        }
    }
}