- Microsoft Operations Management Suite Cookbook
- Chiyo Odika
- 113字
- 2021-08-27 20:22:11
Working with queries in the Analytics portal
In this recipe, we will review query writing in more detail, and show how to write basic queries.
Azure Log Analytics queries can start with either a table name or a search command. In either case, a table will always be the reference point because Log Analytics data sources store their data in dedicated tables in a workspace (or in several workspaces). The start of a query must, therefore, define a clear scope for the query.
While search commands are effective, a table-based query is preferable for efficiency, returning the relevant data and providing optimal query performance.
We will review both query types in this recipe.
推薦閱讀
- 精通Linux內核開發
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 數據中心系統工程及應用
- 嵌入式實時操作系統μC/OS原理與實踐
- 注冊表應用完全DIY
- Linux命令行大全(第2版)
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 鴻蒙操作系統設計原理與架構
- Linux應用大全 基礎與管理
- Linux 從入門到項目實踐(超值版)
- iOS 10快速開發:18天零基礎開發一個商業應用
- Office 365 User Guide
- Agile IT Security Implementation Methodology
- Azure Resource Manager Templates Quick Start Guide
- Linux系統管理初學者指南:基于CentOS 7.6