Update privacy with latest fields

This commit is contained in:
Tudor Dobrila 2019-09-19 13:45:52 +05:30
parent 3f5210413e
commit 15d6700492

View File

@ -116,6 +116,7 @@ The following fields are collected:
| Field | Description | | Field | Description |
| --------------------------------------------------- | ----------- | | --------------------------------------------------- | ----------- |
| antivirus_engine.enable_real_time_protection | Whether real-time protection is enabled on the device or not. | | antivirus_engine.enable_real_time_protection | Whether real-time protection is enabled on the device or not. |
| antivirus_engine.passive_mode | Whether passive mode is enabled on the device or not. |
| cloud_service.enabled | Whether cloud delivered protection is enabled on the device or not. | | cloud_service.enabled | Whether cloud delivered protection is enabled on the device or not. |
| cloud_service.timeout | Time out when the application communicates with the Microsoft Defender ATP cloud. | | cloud_service.timeout | Time out when the application communicates with the Microsoft Defender ATP cloud. |
| cloud_service.heartbeat_interval | Interval between consecutive heartbeats sent by the product to the cloud. | | cloud_service.heartbeat_interval | Interval between consecutive heartbeats sent by the product to the cloud. |
@ -123,6 +124,8 @@ The following fields are collected:
| cloud_service.diagnostic_level | Diagnostic level of the device (required, optional). | | cloud_service.diagnostic_level | Diagnostic level of the device (required, optional). |
| cloud_service.automatic_sample_submission | Whether automatic sample submission is turned on or not. | | cloud_service.automatic_sample_submission | Whether automatic sample submission is turned on or not. |
| edr.early_preview | Whether the machine should run EDR early preview features. | | edr.early_preview | Whether the machine should run EDR early preview features. |
| edr.group_id | Group identifier used by the detection and response component. |
| edr.tags | User defined tags. |
| features.\[optional feature name\] | List of preview features, along with whether they are enabled or not. | | features.\[optional feature name\] | List of preview features, along with whether they are enabled or not. |
#### Product and service performance data events #### Product and service performance data events
@ -261,6 +264,13 @@ The following fields are collected:
| ipc.kauth.file_op.mask | | | ipc.kauth.file_op.mask | |
| ipc.kauth_file_op.open | | | ipc.kauth_file_op.open | |
| ipc.kauth.file_op.close | | | ipc.kauth.file_op.close | |
| ipc.kauth.file_op.close_modified | |
| ipc.kauth.file_op.move | |
| ipc.kauth.file_op.link | |
| ipc.kauth.file_op.exec | |
| ipc.kauth.file_op.remove | |
| ipc.kauth.file_op.fork | |
| ipc.kauth.file_op.create | |
## Resources ## Resources