- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 281字
- 2021-06-24 14:01:58
Viewing alerts in Log Analytics
Azure Log Analytics is a service that collects telemetry data from various Azure resources and on-premises resources. All of that data is stored inside a Log Analytics workspace, which is based on the Azure Data Explorer. It uses the Kusto Query Language, which is also used by Azure Data Explorer to retrieve and analyze the data.
Analyzing this data can be done from Azure Monitor. All the analysis functionalities are integrated in there. The term Log Analytics now primarily applies to the blade in the Azure portal where you can analyze metric data.
Before we are able to display, monitor, and query the logs from Azure Monitor, we need to create a Log Analytics workspace. For that, we have to perform the following steps:
- Navigate to the Azure portal by opening https://portal.azure.com.
- Click on Create a new resource.
- Type Log Analytics in the search box and create a new workspace.
- Add the following values:
- Log Analytics workspace: PacktWorkspace
- Subscription: Select a subscription
- Resource group: Create a new one and call it PacktWorkspace
- Location: West US
- Pricing tier: Keep the default one, which is per GB
- Click on the OK button to create the workspace.
Now that we have created a Log Analytics workspace, we can use it inside Azure Monitor to create some queries to retrieve data. We will do this in the next section.
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 零起點學Linux系統管理
- 發布!設計與部署穩定的分布式系統(第2版)
- Puppet實戰
- PLC控制系統應用與維護
- 循序漸進學Docker
- Linux操作系統應用編程
- 混沌工程實戰:手把手教你實現系統穩定性
- macOS效率手冊
- AutoCAD 2014中文版從入門到精通
- ElasticSearch Cookbook
- Advanced Infrastructure Penetration Testing
- Linux 從入門到項目實踐(超值版)
- Learn Quantum Computing with Python and IBM Quantum Experience
- 鴻蒙入門:HarmonyOS應用開發