Skip to content

Commit b76c88b

Browse files
authored
Merge pull request #97259 from kfbehar/patch-4
Update concept-event-aggregation.md
2 parents a5daa3d + b6925ff commit b76c88b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The data collected for each event is:
6969
| **Transport_protocol** | Can be TCP, UDP, or ICMP. |
7070
| **Application protocol** | The application protocol associated with the connection. |
7171
| **Extended properties** | The Additional details of the connection. For example, `host name`. |
72-
| **DNS hit count** | Total hit count of DNS requests |
72+
| **Hit count** | The count of packets observed |
7373

7474
## Login collector (event-based collector)
7575

@@ -90,7 +90,6 @@ The following data is collected:
9090
| **user_name** | The Linux user. |
9191
| **executable** | The terminal device. For example, `tty1..6` or `pts/n`. |
9292
| **remote_address** | The source of connection, either a remote IP address in IPv6 or IPv4 format, or `127.0.0.1/0.0.0.0` to indicate local connection. |
93-
| **Login_UsePAM** | Boolean: <br>- **True**: Only the PAM Login collector is used <br>- **False**: The UTMP Login collector is used, with SYSLOG if SYSLOG is enabled |
9493

9594
## System Information (trigger-based collector)
9695

0 commit comments

Comments
 (0)