Skip to content

Commit cf98b6b

Browse files
Merge pull request #222111 from miashapan/new-collectors
New collectors
2 parents aa81b91 + d3c8562 commit cf98b6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Collects connections and disconnections of USB and Ethernet.
153153

154154
Collected fields depend on the type of event:
155155

156-
## USB event
156+
**USB event**
157157

158158
| Parameter | Description|
159159
|--|--|
@@ -168,7 +168,7 @@ Collected fields depend on the type of event:
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 event**
172172

173173
| Parameter | Description|
174174
|--|--|

articles/defender-for-iot/device-builders/concept-micro-agent-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,23 +117,23 @@ Configure the micro agent using the following collector-specific properties and
117117
| **FileSystem_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send file system events. | `Low` |
118118
| **FileSystem_Recursive** | `True`/`False` | If set to true, monitor all directories under the given path. | `True` |
119119
| **FileSystem_Paths** | Paths to monitor For example: /path/to/monitor, /another/path/to/monitor| Paths to monitor, we can monitor more than one path. | `Null` |
120-
| **FileSystem_CacheSize** | The number of File system events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
120+
| **FileSystem_CacheSize** | Positive integer | The number of File system events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
121121

122122
### Peripheral collector specific settings
123123

124124
| Setting Name | Setting options | Description | Default |
125125
|--|--|--|--|
126126
| **Peripheral_Disabled** | `True`/`False` | Disables the peripheral collector. | `False` |
127127
| **Peripheral_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send peripheral events. | `Low` |
128-
| **Peripheral_CacheSize** | The number of peripheral events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
128+
| **Peripheral_CacheSize** | Positive integer | The number of peripheral events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
129129

130130
### Statistics collector specific settings
131131

132132
| Setting Name | Setting options | Description | Default |
133133
|--|--|--|--|
134134
| **Statistics_Disabled** | `True`/`False` | Disables the statistics collector. | `False` |
135135
| **Statistics_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send statistics events. | `Low` |
136-
| **Statistics_CacheSize** | The number of statistics events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
136+
| **Statistics_CacheSize** | Positive integer | The number of statistics events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost). | `256` |
137137

138138
## Next steps
139139

0 commit comments

Comments
 (0)