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: docs/reference/ecs-device.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ These fields are in beta and are subject to change.
25
25
|$$$field-device-manufacturer$$$[device.manufacturer](#field-device-manufacturer)| The vendor name of the device manufacturer.<br><br>type: keyword<br><br>example: `Samsung`<br><br>[](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation)[device.manufacturer](https://opentelemetry.io/docs/specs/semconv/attributes-registry/device/#device-manufacturer)| extended |
26
26
|$$$field-device-model-identifier$$$[device.model.identifier](#field-device-model-identifier)| The machine readable identifier of the device model.<br><br>type: keyword<br><br>example: `SM-G920F`<br><br>[](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation)[device.model.identifier](https://opentelemetry.io/docs/specs/semconv/attributes-registry/device/#device-model-identifier)| extended |
27
27
|$$$field-device-model-name$$$[device.model.name](#field-device-model-name)| The human readable marketing name of the device model.<br><br>type: keyword<br><br>example: `Samsung Galaxy S6`<br><br>[](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation)[device.model.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/device/#device-model-name)| extended |
28
+
|$$$field-device-product-id$$$[device.product.id](#field-device-product-id)|_This field is beta and subject to change._ A unique identifier assigned by the vendor to distinguish different product models. This is typically a hexadecimal value that, combined with the vendor ID, creates a globally unique device identifier.<br><br>The product ID is assigned by the device manufacturer and should remain consistent across all instances of the same product model. For hardware devices, this often corresponds to the Product ID (PID) in device descriptors.<br><br>See https://learn.microsoft.com/en-us/windows-hardware/drivers/install/standard-usb-identifiers for more details on product identification standards.<br><br>type: keyword<br><br>example: `43981`| extended |
29
+
|$$$field-device-product-name$$$[device.product.name](#field-device-product-name)|_This field is beta and subject to change._ The human-readable marketing or commercial name of the device as designated by the manufacturer. This name is typically found in product documentation, marketing materials, or device packaging.<br><br>Unlike the product.id which is a technical identifier, this field contains the consumer-facing product name that would be recognizable to end users. The name should be exactly as provided by the manufacturer and may include model numbers, series designations, or other identifying information.<br><br>type: keyword<br><br>example: `Extreme V2 SSD`| extended |
28
30
|$$$field-device-serial-number$$$[device.serial_number](#field-device-serial-number)|_This field is beta and subject to change._ The unique serial number serves as a distinct identifier for each device, aiding in inventory management and device authentication.<br><br>type: keyword<br><br>example: `DJGAQS4CW5`| core |
31
+
|$$$field-device-type$$$[device.type](#field-device-type)|_This field is beta and subject to change._ A classification of the device based on its primary function or device class. This field categorizes devices into functional groups to enable policy enforcement and monitoring based on device capabilities.<br><br>The classification should follow standard device class definitions where possible, such as "Storage Device", "Human Interface Device", "Audio", "Video", "Network", "Communication", etc. This allows for consistent categorization across different device types and manufacturers.<br><br>See https://www.usb.org/defined-class-codes for standard device class definitions.<br><br>type: keyword<br><br>example: `Storage Device`| extended |
32
+
|$$$field-device-vendor-id$$$[device.vendor.id](#field-device-vendor-id)|_This field is beta and subject to change._ A unique identifier assigned to device manufacturers by standards organizations. This is typically a hexadecimal value that uniquely identifies the vendor/manufacturer of the device.<br><br>The vendor ID is assigned by standards bodies and remains consistent across all products from the same manufacturer. For hardware devices, this often corresponds to the Vendor ID (VID) in device descriptors. This identifier enables tracking and policy enforcement at the manufacturer level.<br><br>See https://learn.microsoft.com/en-us/windows-hardware/drivers/install/standard-usb-identifiers for more information on vendor identification standards.<br><br>type: keyword<br><br>example: `4660`| extended |
33
+
|$$$field-device-vendor-name$$$[device.vendor.name](#field-device-vendor-name)|_This field is beta and subject to change._ The name of the organization or company that manufactured or produced the device. This should be the official registered business name or commonly recognized brand name of the manufacturer.<br><br>The vendor name provides human-readable identification of the device manufacturer and should be consistent with the vendor.id field. This field is useful for reporting, device inventory management, and applying vendor-specific policies or security rules.<br><br>type: keyword<br><br>example: `SanDisk`| extended |
0 commit comments