Skip to content

Commit 7dafdc4

Browse files
committed
Fix ImWeb example
1 parent 06a1242 commit 7dafdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/web-normalization-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For example, to filter only Web sessions for a specified list of domain names, u
9696

9797
```kql
9898
let torProxies=dynamic(["tor2web.org", "tor2web.com", "torlink.co",...]);
99-
imWebSession (url_has_any = torProxies)
99+
_Im_WebSession (url_has_any = torProxies)
100100
```
101101

102102
## Schema details

0 commit comments

Comments
 (0)