qnd:azure:kusto_query_language_kql

This is an old revision of the document!


Kusto Query Language (KQL)

Queries

Select records where a column does not contain any of the listed substrings

SecurityEvent
| where not(Computer has_any ("mgmt", "imagine"))
  • qnd/azure/kusto_query_language_kql.1633357062.txt.gz
  • Last modified: 2021/10/04 14:17
  • by mgupton