Skip to content

Commit 51c0dc0

Browse files
Merge pull request #222139 from yoninalmsft/patch-12
Mia DLS - Update concept-event-aggregation.md
2 parents f0dd31a + 916c9ed commit 51c0dc0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,26 +149,26 @@ The data collected on each package includes:
149149

150150
## Peripheral events (event-based collector)
151151

152-
Collects connections and disconnections of USB and Ethernet.
152+
The Peripheral events collector collect connections and disconnections of USB and Ethernet events.
153153

154154
Collected fields depend on the type of event:
155155

156-
**USB event**
156+
**USB events**
157157

158158
| Parameter | Description|
159159
|--|--|
160160
| **Timestamp** | The time the event occurred. |
161161
| **ActionType** | Whether the event was a connection or disconnection event. |
162162
| **bus_number** | Specific controller identifier, each USB device can have several. |
163163
| **kernel_device_number** | Representation in the kernel of the device, not unique and can each time the device is connected. |
164-
| **device_class** | Identifier specifying the type of device. |
164+
| **device_class** | Identifier specifying the class of device. |
165165
| **device_subclass** | Identifier specifying the type of device. |
166-
| **device_protocol** | Identifier specifying the protocol of device. |
166+
| **device_protocol** | Identifier specifying the device protocol. |
167167
| **interface_class** | In case device class is 0, indicate the type of device. |
168168
| **interface_subclass** | In case device class is 0, indicate the type of device. |
169169
| **interface_protocol** | In case device class is 0, indicate the type of device. |
170170

171-
**Ethernet event**
171+
**Ethernet events**
172172

173173
| Parameter | Description|
174174
|--|--|
@@ -179,22 +179,22 @@ Collected fields depend on the type of event:
179179

180180
## File system events (event-based collector)
181181

182-
Collects events whenever there are changes under watch directories for: creation, deletion, move and modification of directories and files.
183-
To define which directories and files you would like to monitor please see [System information collector specific settings](concept-micro-agent-configuration.md).
182+
The file system events collector collects events whenever there are changes under watch directories for: creation, deletion, move, and modification of directories and files.
183+
To define which directories and files you would like to monitor, see [System information collector specific settings](concept-micro-agent-configuration.md).
184184

185185
The following data is collected:
186186

187187
| Parameter | Description|
188188
|--|--|
189189
| **Timestamp** | The time the event occurred. |
190-
| **Mask** | Linux inotify mask related to the file system event, the mask identify the type of the action and can be one of the following: Access/Modified/Metadata changed/Closed/Opened/Moved/Created/Deleted. |
190+
| **Mask** | Linux inotify mask related to the file system event, the mask identifies the type of the action and can be one of the following: Access/Modified/Metadata changed/Closed/Opened/Moved/Created/Deleted. |
191191
| **Path** | Directory/file path the event was generated to. |
192192
| **Hitcount** | Number of times this event was aggregated. |
193193

194194
## Statistics data (trigger-based collector)
195195

196-
The Statistics collector generates various statistics on the different micro agent collectors, these statistics provide information about the performance of the collectors in the previous collection cycle.
197-
Examples of possible statistics include the number of events that were successfully sent and the number of events that were dropped, along with the reasons for the failures.
196+
The Statistics collector generates various statistics on the different micro agent collectors. These statistics provide information about the performance of the collectors in the previous collection cycle.
197+
Examples of possible statistics include the number of events that were successfully sent, and the number of events that were dropped, along with the reasons for the failures.
198198

199199
Collected fields:
200200

0 commit comments

Comments
 (0)