Skip to content

Commit f21e49f

Browse files
committed
final fixes
1 parent 664081a commit f21e49f

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

articles/defender-for-iot/device-builders/concept-event-aggregation.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,16 @@ The data collected for each event is:
107107
| **os_version** | The version of the operating system. For example, `Windows 10`, or `Ubuntu 20.04.1`. |
108108
| **os_platform** | The OS of the device. |
109109
| **os_arch** | The architecture of the OS. For example, `x86_64`. |
110-
| **nics** | The network interface controller. |
111-
| **IP address** | The IP address of the device.
112-
| **MAC address** | The MAC address of the device.
110+
| **nics** | The network interface controller. The full list of properties are listed below. |
113111

114-
The **nics** is composed of the following;
115-
116-
- **type**: one of the following values: `UNKNOWN`, `ETH`, `WIFI`, `MOBILE`, or `SATELLITE`.
117-
- **vlans**: The virtual lan associated with the network interface.
118-
- **vendor**: The vendor of the network controller.
119-
- **info**: IPS, and MACs associated with the network controller. This Includes the following fields;
120-
121-
- **ipv4_address**: The IPv4 address.
122-
- **ipv6_address**: The IPv6 address.
123-
- **mac**: The Mac Address.
112+
The **nics** properties are composed of the following;
124113

114+
| Parameter | Description|
115+
|--|--|
116+
|**type** | one of the following values: `UNKNOWN`, `ETH`, `WIFI`, `MOBILE`, or `SATELLITE`. |
117+
| **vlans** | The virtual lan associated with the network interface. |
118+
| **vendor** | The vendor of the network controller. |
119+
| **info** | IPS, and MACs associated with the network controller. This Includes the following fields; <br> - **ipv4_address**: The IPv4 address. <br> - **ipv6_address**: The IPv6 address. <br> - **mac**: The MAC address.|
125120

126121
## Baseline (trigger based)
127122

0 commit comments

Comments
 (0)