Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Files

11 lines (10 loc) · 309 Bytes

is-my-security-data-available.md

File metadata and controls

11 lines (10 loc) · 309 Bytes

Is my security data available

#count

Starting data exploration often starts with data availability check. This example shows the number of SecurityEvent records in the last 30 minutes:

SecurityEvent 
| where TimeGenerated  > ago(30m) 
| count