Skip to content

Commit 0e685ca

Browse files
committed
fix after main rebase
1 parent fb23d0c commit 0e685ca

2 files changed

Lines changed: 1 addition & 137 deletions

File tree

packages/gcp_vertexai/data_stream/metrics/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ streams:
2323
description: List of GCP regions to fetch data from
2424
multi: true
2525
required: false
26-
show_user: true
26+
show_user: true

packages/o365_metrics/docs/README.md

Lines changed: 0 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,139 +2296,3 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
22962296
| o365.metrics.service.health.service | The service name. | keyword |
22972297
| o365.metrics.service.health.status | Show the overall service health status (Eg. serviceOperational, serviceOperational etc.). | keyword |
22982298

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:
2306-
2307-
```json
2308-
{
2309-
"o365": {
2310-
"metrics": {
2311-
"teams": {
2312-
"device": {
2313-
"usage": {
2314-
"user": {
2315-
"counts": {
2316-
"windows_phone": {
2317-
"count": 2
2318-
},
2319-
"web": {
2320-
"count": 1
2321-
},
2322-
"linux": {
2323-
"count": 10
2324-
},
2325-
"report": {
2326-
"date": "2025-01-21",
2327-
"period": {
2328-
"day": "7"
2329-
},
2330-
"refresh_date": "2025-01-21"
2331-
},
2332-
"chrome_os": {
2333-
"count": 20
2334-
},
2335-
"ios": {
2336-
"count": 7
2337-
},
2338-
"windows": {
2339-
"count": 9
2340-
},
2341-
"android_phone": {
2342-
"count": 5
2343-
},
2344-
"mac": {
2345-
"count": 2
2346-
}
2347-
}
2348-
}
2349-
}
2350-
}
2351-
}
2352-
}
2353-
},
2354-
"agent": {
2355-
"name": "docker-fleet-agent",
2356-
"id": "dd15c14a-87a8-447a-9664-47ede1fae11a",
2357-
"ephemeral_id": "cee4f8bf-01b4-425c-8ecb-a2fa49a97348",
2358-
"type": "filebeat",
2359-
"version": "8.16.0"
2360-
},
2361-
"@timestamp": "2025-01-21",
2362-
"ecs": {
2363-
"version": "8.16.0"
2364-
},
2365-
"data_stream": {
2366-
"namespace": "default",
2367-
"type": "metrics",
2368-
"dataset": "o365_metrics.teams_device_usage_user_counts"
2369-
},
2370-
"elastic_agent": {
2371-
"id": "dd15c14a-87a8-447a-9664-47ede1fae11a",
2372-
"version": "8.16.0",
2373-
"snapshot": false
2374-
},
2375-
"host": {
2376-
"hostname": "docker-fleet-agent",
2377-
"os": {
2378-
"kernel": "5.10.104-linuxkit",
2379-
"name": "Wolfi",
2380-
"type": "linux",
2381-
"family": "",
2382-
"version": "20230201",
2383-
"platform": "wolfi"
2384-
},
2385-
"ip": [
2386-
"172.19.0.7"
2387-
],
2388-
"containerized": false,
2389-
"name": "docker-fleet-agent",
2390-
"mac": [
2391-
"02-42-AC-13-00-07"
2392-
],
2393-
"architecture": "aarch64"
2394-
},
2395-
"event": {
2396-
"agent_id_status": "verified",
2397-
"ingested": "2025-01-23T07:00:30Z",
2398-
"dataset": "o365_metrics.teams_device_usage_user_counts"
2399-
},
2400-
"tags": [
2401-
"o365.metrics.teams.device.usage.user.counts"
2402-
]
2403-
}
2404-
```
2405-
2406-
**ECS Field Reference**
2407-
2408-
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 | |
2433-
2434-

0 commit comments

Comments
 (0)