Skip to content

Commit 56a4bb9

Browse files
committed
corrections per pm review
1 parent 0836406 commit 56a4bb9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,9 @@ The data collected on each package includes:
146146

147147
How event aggregation works for the [Process events](#process-events-event-based-collector) and [Network Activity events](#network-activity-events-event-based-collector):
148148

149-
Defender for IoT agents aggregate events for the interval period, or time window. Once the interval period has passed, the agent sends the aggregated events to the Azure cloud for further analysis. The aggregated events are stored in memory until being sent to the Azure cloud.
150-
151-
The agent collects identical events to the ones that are already stored in memory. This collection causes the agent to increase the hit count of this specific event to reduce the memory footprint of the agent. When the aggregation time window passes, the agent sends the hit count of each type of event that occurred. Event aggregation is simply the aggregation of the hit counts of each collected type of event.
149+
Defender for IoT agents aggregate events during the send interval defined in the message frequency configuration for each collector, such as **Process_MessageFrequency** or **NetworkActivity_MessageFrequency**. Once the send interval period has passed, the agent sends the aggregated events to the Azure cloud for further analysis. The aggregated events are stored in memory until being sent to the Azure cloud.
152150

151+
When the agent collects similar events to the ones that are already stored in memory, this causes the agent to increase the hit count of this specific event to reduce the memory footprint of the agent. When the aggregation time window passes, the agent sends the hit count of each type of event that occurred. Event aggregation is the aggregation of the hit counts of similar events. For example, network activity with the same remote host and on the same port, is aggregated as one event, instead of as a separate event for each packet.
153152

154153
> [!NOTE]
155154
> The SBoM collector currently only collects the first 500 packages ingested.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article describes the different types of configurations that the micro agen
1111

1212
The micro agent's behavior is configured by a set of module twin properties. You can configure the micro agent to best suit your needs. For example, you can turn off certain events to minimize power consumption, and reduce other resource usage.
1313

14-
After any change in configuration, the collector will immediately send all unsent event data. After the data is sent, the changes will be applied, and all of the collectors will restart.
14+
After any change in configuration, the collector will immediately send all unsent event data. After the data is sent, the changes will be applied, and collectors will be restarted as needed.
1515

1616
## General configuration
1717

0 commit comments

Comments
 (0)