- Microsoft Operations Management Suite Cookbook
- Chiyo Odika
- 310字
- 2021-08-27 20:22:10
Introduction
The log search feature enables you to combine, correlate, query, and retrieve data from Log Analytics. Recall that Log Analytics enables you to collect and aggregate large amounts of data from heterogeneous sources; we reviewed some of those capabilities in Chapter 1, Getting Started with Microsoft Operations Management Suite. As mentioned in the previous chapter, the collected data, is only as useful as the insights that can be derived from them, and the subsequent actions that those insights inform. This is where the Log Analytics query language comes to the fore.
The new and improved Log Analytics query language is based on Analytics (codenamed Kusto)—the powerful search feature in Application Insights, which Microsoft has recently made available as an upgrade for Log Analytics workspaces. The Log Analytics query language is optimized to perform and handle data at cloud scale, and it offers several very significant and noteworthy improvements over the legacy language.
In addition to such tasks as working with and manipulating large datasets, which you can perform with the legacy language, the interactive Log Analytics query language introduces a simpler and more intuitive syntax structure with full piping capabilities, and enables you to perform such incredibly powerful tasks as advanced joins, data and time functions, search-time field extractions, and smart analytics for evaluating patterns in large datasets and comparing datasets. The Log Analytics query language also improves upon the visualization capabilities in the legacy language, and features better integration with Power BI, enabling you to export queries for use in Power BI Desktop, for instance. With the Log Analytics query language, you can perform tasks such as the following:
- Filtering indexed data by any field, including your custom properties and application and workspace metrics
- Joining multiple tables
- Performing powerful statistical aggregations
- Working with intuitive and powerful visualizations
- Running queries programmatically from PowerShell using the REST API
- Kubernetes修煉手冊(cè)
- Windows Server 2019 Cookbook
- Linux操作系統(tǒng)基礎(chǔ)
- UNIX操作系統(tǒng)設(shè)計(jì)
- 精通Linux內(nèi)核開(kāi)發(fā)
- 混沌工程:復(fù)雜系統(tǒng)韌性實(shí)現(xiàn)之道
- Docker+Kubernetes應(yīng)用開(kāi)發(fā)與快速上云
- 從實(shí)踐中學(xué)習(xí)Kali Linux無(wú)線網(wǎng)絡(luò)滲透測(cè)試
- Windows 7應(yīng)用入門與技巧
- Linux命令行大全(第2版)
- 操作系統(tǒng)分析
- 計(jì)算機(jī)系統(tǒng)的自主設(shè)計(jì)
- VMware Horizon View Essentials
- Learn CUDA Programming
- iOS 10 開(kāi)發(fā)指南