You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/o365_metrics/docs/README.md
-136Lines changed: 0 additions & 136 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2296,139 +2296,3 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
2296
2296
| o365.metrics.service.health.service | The service name. | keyword |
2297
2297
| o365.metrics.service.health.status | Show the overall service health status (Eg. serviceOperational, serviceOperational etc.). | keyword |
2298
2298
2299
-
2300
-
2301
-
### Teams Device Usage User Counts
2302
-
2303
-
Get details about Teams device usage from [Microsoft Graph API](https://learn.microsoft.com/en-us/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0&tabs=http).
2304
-
2305
-
An example event for `teams_device_usage_user_counts` looks as following:
Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
2409
-
2410
-
**Exported fields**
2411
-
2412
-
| Field | Description | Type | Unit |
2413
-
|---|---|---|---|
2414
-
|@timestamp| Event timestamp. | date ||
2415
-
| cloud.image.id | Image ID for the cloud instance. | keyword ||
2416
-
| data_stream.dataset | Data stream dataset. | constant_keyword ||
2417
-
| data_stream.namespace | Data stream namespace. | constant_keyword ||
2418
-
| data_stream.type | Data stream type. | constant_keyword ||
2419
-
| host.containerized | If the host is a container. | boolean ||
2420
-
| host.os.build | OS build information. | keyword ||
2421
-
| host.os.codename | OS codename, if any. | keyword ||
2422
-
| o365.metrics.teams.device.usage.user.counts.android_phone.count | The number of active Teams users on Android devices. | long ||
2423
-
| o365.metrics.teams.device.usage.user.counts.chrome_os.count | The number of active Teams users on Chrome OS devices. | long ||
2424
-
| o365.metrics.teams.device.usage.user.counts.ios.count | The number of active Teams users on iOS devices (iPhone and iPad). | long ||
2425
-
| o365.metrics.teams.device.usage.user.counts.linux.count | The number of active Teams users on Linux devices. | long ||
2426
-
| o365.metrics.teams.device.usage.user.counts.mac.count | The number of active Teams users on macOS devices. | long ||
2427
-
| o365.metrics.teams.device.usage.user.counts.report.date | The specific date for which the report data applies. | date ||
2428
-
| o365.metrics.teams.device.usage.user.counts.report.period.day | The duration (e.g., 7 days) over which the report data is aggregated. | integer | d |
2429
-
| o365.metrics.teams.device.usage.user.counts.report.refresh_date | The date when the report data was last updated. | date ||
2430
-
| o365.metrics.teams.device.usage.user.counts.web.count | The number of active Teams users accessing via web browsers. | long ||
2431
-
| o365.metrics.teams.device.usage.user.counts.windows.count | The number of active Teams users on Windows devices. | long ||
2432
-
| o365.metrics.teams.device.usage.user.counts.windows_phone.count | The number of active Teams users on Windows Phone devices. | long ||
0 commit comments