We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fcafb commit 3f74c0dCopy full SHA for 3f74c0d
defender-xdr/custom-detection-rules.md
@@ -75,7 +75,7 @@ In the Microsoft Defender portal, go to **Advanced hunting** and select an exist
75
To create a custom detection rule, the query must return the following columns:
76
1. `Timestamp` - Used to set the timestamp for generated alerts
77
2. A column or combination of columns that uniquely identify the event in Defender XDR tables:
78
- - For Device* tables, the `Timestamp`, `DeviceId`, and `ReportId` columns must appear in the same event
+ - For Microsoft Defender for Endpoint tables, the `Timestamp`, `DeviceId`, and `ReportId` columns must appear in the same event
79
- For Alert* tables, `Timestamp` must appear in the event
80
- For Observation* tables, `Timestamp`and `ObservationId` must appear in the same event
81
- For all others, `Timestamp` and `ReportId` must appear in the same event
0 commit comments