⛅
Kusto クエリ完全理解
Kusto クエリ
- KQL
- Kusto(KQL: Kusto Query Language)とは、Azure のモニタリング製品(Application Insight、Log Analytics など)や Data Explorer で使用されるデータの問い合わせ言語
- Kusto クエリのサンプル - Azure Data Explorer | Microsoft Learn
- 以下でお試しできる
- 一般的な SELECT 文をほうふつさせるもの
StormEvents | count
- 文字列操作 みたいなこともできる
print "this is a 'string' literal in double \" quotes"
- で、それが Azure Monitor Logs - Connectors | Microsoft Learn など、Logic Apps でもつかえる
- SQL 言語のサブセットもサポートされている
Discussion