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: articles/defender-for-iot/device-builders/concept-micro-agent-configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,23 +117,23 @@ Configure the micro agent using the following collector-specific properties and
117
117
|**FileSystem_MessageFrequency**|`Low`/`Medium`/`High`| Defines the frequency in which to send file system events. |`Low`|
118
118
|**FileSystem_Recursive**|`True`/`False`| If set to true, monitor all directories under the given path. |`True`|
119
119
|**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`|
|**Peripheral_Disabled**|`True`/`False`| Disables the peripheral collector. |`False`|
127
127
|**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`|
|**Statistics_Disabled**|`True`/`False`| Disables the statistics collector. |`False`|
135
135
|**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`|
0 commit comments