Skip to content

Commit f620d60

Browse files
Merge pull request #212812 from Itnorman/patch-17
Update monitor-video-indexer-data-reference.md
2 parents e5df904 + 5b4ba8b commit f620d60

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

articles/azure-video-indexer/monitor-video-indexer-data-reference.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Resource Provider and Type: [Microsoft.VideoIndexer/accounts](/azure/azure-monit
142142
| Category | Display Name | Additional information |
143143
|:---------|:-------------|------------------|
144144
| VIAudit | Azure Video Indexer Audit Logs | Logs are produced from both the Video Indexer portal and the REST API. |
145+
| IndexingLogs | Indexing Logs | Azure Video Indexer indexing logs to monitor all files uploads, indexing jobs and Re-indexing when needed. |
145146

146147
<!-- --------------**END Examples** ------------- -->
147148

@@ -173,6 +174,7 @@ NOTE: YOU WILL NOW HAVE TO MANUALLY MAINTAIN THIS SECTION to make sure it stays
173174
| Table | Description | Additional information |
174175
|:---------|:-------------|------------------|
175176
| [VIAudit](/azure/azure-monitor/reference/tables/tables-resourcetype#azure-video-indexer)<!-- (S/azure/azure-monitor/reference/tables/viaudit)--> | <!-- description copied from previous link --> Events produced using Azure Video Indexer [portal](https://aka.ms/VIportal) or [REST API](https://aka.ms/vi-dev-portal). | |
177+
|VIIndexing| Events produced using Azure Video Indexer [upload](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video) and [Re-indexing](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Re-Index-Video) APIs. |
176178
<!--| [AzureMetrics](/azure/azure-monitor/reference/tables/azuremetrics) | <!-- description copied from previous link -->
177179
<!--Metric data emitted by Azure services that measure their health and performance. | *TODO other important information about this type |
178180
| etc. | | |
@@ -238,6 +240,8 @@ The following schemas are in use by Azure Video Indexer
238240

239241
<!-- List the schema and their usage. This can be for resource logs, alerts, event hub formats, etc depending on what you think is important. -->
240242

243+
#### Audit schema
244+
241245
```json
242246
{
243247
"time": "2022-03-22T10:59:39.5596929Z",
@@ -265,6 +269,48 @@ The following schemas are in use by Azure Video Indexer
265269
}
266270
```
267271

272+
#### Indexing schema
273+
274+
```json
275+
{
276+
"time": "2022-09-28T09:41:08.6216252Z",
277+
"resourceId": "/SUBSCRIPTIONS/{SubscriptionId}/RESOURCEGROUPS/{ResourceGroup}/PROVIDERS/MICROSOFT.VIDEOINDEXER/ACCOUNTS/MY-VI-ACCOUNT",
278+
"operationName": "UploadStarted",
279+
"category": "IndexingLogs",
280+
"correlationId": "5cc9a3ea-126b-4f53-a4b5-24b1a5fb9736",
281+
"resultType": "Success",
282+
"location": "eastus",
283+
"operationVersion": "2.0",
284+
"durationMs": "0",
285+
"identity": {
286+
287+
"claims": null
288+
},
289+
"properties": {
290+
"accountName": "my-vi-account",
291+
"accountId": "6961331d-16d3-413a-8f90-f86a5cabf3ef",
292+
"videoId": "46b91bc012",
293+
"indexing": {
294+
"Language": "en-US",
295+
"Privacy": "Private",
296+
"Partition": null,
297+
"PersonModelId": null,
298+
"LinguisticModelId": null,
299+
"AssetId": null,
300+
"IndexingPreset": "Default",
301+
"StreamingPreset": "Default",
302+
"Description": null,
303+
"Priority": null,
304+
"ExternalId": null,
305+
"Filename": "1 Second Video 1.mp4",
306+
"AnimationModelId": null,
307+
"BrandsCategories": null
308+
}
309+
}
310+
}
311+
```
312+
313+
268314
## Next steps
269315

270316
<!-- replace below with the proper link to your main monitoring service article -->

0 commit comments

Comments
 (0)