Introduction
  • Introduction
Quick Start
  • Start your KQL with Search
  • Project the required columns
  • Extend your query to build columns on the fly
Go for a quick result
  • Use distinct to find unique values
  • Use count for a quick output
Filter for better results
  • Apply where condition to filter better
  • Filter your data set with TimeGeneated
Leverage the joins
  • Corelate multiple datasets with joins
Summarize for perspective
  • Summarize your data to get an overview
  • Apply make_list to summarize all values
  • Apply make_set to summarize unique values
Save & Reuse
  • Save your query
  • Save your query as function
Apply the visual
  • Apply visual on a Dataset
Build the use case
  • Brute force in SignInLogs