SOLVED

"Filter" tab in Sentinel's logs page.

Copper Contributor

Can anyone please help me understand the functionality of "Filter" in Sentinel's logs page (next to Queries, Functions), or point me to the relevant documentation? 

 

ben_loy_0-1661435747559.png

 

Thanks!

Ben

1 Reply
best response confirmed by ben_loy (Copper Contributor)
Solution

@ben_loy 

You have to run a simple Query first, like:
Usage
|limit 10

Then this feature allows you to click on data, and [Apply and Run] which essential builds you a query - its good as you learn KQL or want to filter results (note it only shows top results) and if you add too many things at once it may build a query with no results 

Clive_Watson_0-1661439308146.png

So when I click on the above, the new query built for me was this:

Usage
| where DataType == "SentinelHealth"
| limit 10

1 best response

Accepted Solutions
best response confirmed by ben_loy (Copper Contributor)
Solution

@ben_loy 

You have to run a simple Query first, like:
Usage
|limit 10

Then this feature allows you to click on data, and [Apply and Run] which essential builds you a query - its good as you learn KQL or want to filter results (note it only shows top results) and if you add too many things at once it may build a query with no results 

Clive_Watson_0-1661439308146.png

So when I click on the above, the new query built for me was this:

Usage
| where DataType == "SentinelHealth"
| limit 10

View solution in original post