Skip to content

Commit fe760de

Browse files
authored
Merge pull request #91535 from ThijsLecomte/patch-1
Remove references to DNS
2 parents a249438 + 7bb5a8a commit fe760de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/authentication-normalization-schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ The following filtering parameters are available:
6262

6363
| Name | Type | Description |
6464
|----------|-----------|-------------|
65-
| **starttime** | datetime | Filter only DNS queries that ran at or after this time. |
66-
| **endtime** | datetime | Filter only DNS queries that finished running at or before this time. |
65+
| **starttime** | datetime | Filter only authentication events that ran at or after this time. |
66+
| **endtime** | datetime | Filter only authentication events that finished running at or before this time. |
6767
| **targetusername_has** | string | Filter only authentication events that has any of the listed user names. |
6868

6969

70-
For example, to filter only DNS queries from the last day to a specific user, use:
70+
For example, to filter only authentication events from the last day to a specific user, use:
7171

7272
```kql
7373
imAuthentication (targetusername_has = 'johndoe', starttime = ago(1d), endtime=now())

0 commit comments

Comments
 (0)