File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,14 @@ SecurityIncident
121
121
| order by lastModifiedTimeUtc desc
122
122
```
123
123
124
+ See more information on the following items used in the preceding examples, in the Kusto documentation:
125
+ - [ *** where*** operator] ( /kusto/query/where-operator?view=microsoft-sentinel&preserve-view=true )
126
+ - [ *** project*** operator] ( /kusto/query/project-operator?view=microsoft-sentinel&preserve-view=true )
127
+ - [ *** sort*** operator] ( /kusto/query/sort-operator?view=microsoft-sentinel&preserve-view=true )
128
+ - [ *** summarize*** operator] ( /kusto/query/summarize-operator?view=microsoft-sentinel&preserve-view=true )
129
+ - [ *** arg_max()*** aggregation function] ( /kusto/query/arg-max-aggregation-function?view=microsoft-sentinel&preserve-view=true )
130
+
131
+ [ !INCLUDE [ kusto-reference-general-no-alert] ( includes/kusto-reference-general-no-alert.md )]
124
132
125
133
## Next steps
126
134
You can’t perform that action at this time.
0 commit comments