Skip to content

Commit 28c82fb

Browse files
authored
recreating public pr 96796
------- cc: @batamig
1 parent c718292 commit 28c82fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ Configure the micro agent using the following collector-specific properties and
102102
| **Process_Mode** | `1` = Auto <br>`2` = Netlink <br>`3`= Polling | Determines the Process collector mode. In `Auto` mode, the agent first tries to enable the Netlink mode. <br><br>If that fails, it will automatically fall back / switch to the Polling mode.| `1` |
103103
| **Process_CacheSize** | Positive integer | The number of Process events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost).| `256` |
104104

105+
### Log collector-specific settings
106+
107+
| Setting Name | Setting options | Description | Default |
108+
|--|--|--|--|
109+
| **LogCollector_Disabled** | `True`/`False` | Disables the Logs collector. | `False` |
110+
| **LogCollector_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send Log events. | `Low` |
111+
105112
## Next steps
106113

107114
For more information, see:

0 commit comments

Comments
 (0)