Question 198
HOTSPOT - You have a Microsoft Sentinel workspace that contains a custom workbook. You need to query the number of daily security alerts. The solution must meet the following requirements: • Identify alerts that occurred during the last 30 days. • Display the results in a timechart. How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Show Answer
Use summarize to aggregate alert counts, grouping by ProviderName and daily time buckets created with bin(TimeGenerated, 1d). Then render the results as a timechart.