Skip to content

Commit 1352657

Browse files
committed
added new configurations
1 parent 1d13522 commit 1352657

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Configure the micro agent using the following collector-specific properties and
5454
|--|--|--|--|
5555
| **SystemInformation_Disabled** | `True`/`False` | Disables the System Information collector. | `False` |
5656
| **SystemInformation_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send System Information events. | `Low` |
57+
| **SystemInformation_HardwareVendor** | string | Set hardware vendor information. | `None` |
58+
| **SystemInformation_HardwareModel** | string | Set hardware model information. | `None` |
59+
| **SystemInformation_HardwareSerialNumber** | string | Set hardware serial number information. | `None` |
60+
| **SystemInformation_FirmwareVendor** | string | Set firmware vendor information. | `None` |
61+
| **SystemInformation_FirmwareVersion** | string | Set firmware version information. | `None` |
5762

5863
### SBoM collector-specific settings
5964

@@ -91,6 +96,7 @@ Configure the micro agent using the following collector-specific properties and
9196
| **NetworkActivity_MessageFrequency** | `Low`/`Medium`/`High` | Defines the frequency in which to send Network Activity events. | `Medium` |
9297
| **NetworkActivity_Devices** | A list of the network devices separated by a comma. <br><br>For example `eth0,eth1` | Defines the list of network devices (interfaces) that the agent will use to monitor the traffic. <br><br>If a network device isn't listed, the network raw events won't be recorded for the missing device.| `eth0` |
9398
| **NetworkActivity_CacheSize** | Positive integer | The number of Network Activity events (after aggregation) to keep in the cache between send intervals. Beyond that number, older events will be dropped (lost).| `256` |
99+
| **NetworkActivity_PacketBufferSize** | Positive integer | Tonfigure the buffer size (in bytes) that will be used to capture packets for a single device per direction (incoming or outcoming traffic). | `2097152 (=2MB)` |
94100

95101
### Process collector-specific settings
96102

0 commit comments

Comments
 (0)