Configure Log Analytics

  • identify the feature and usage case for log analytics

  • create a log analytics workspace

  • structure a log analytics query and review results


Queries provide insights into system infrastructure such as assessing system updates and troubleshooting operational incidents. To retrieve and consolidate data in the repository, administrators can create Kusto Query Language(KQL) queries

Log analytics is a tool for azure monitor that available in azure portal. You can use log analytics to edit and run log queries for the data collected in azure monitor logs.


KQL - Kusto Query Language

Each of your selected data sources and solution stores its data in dedicated tables in your log analytics workspace

Documentation for each data and solution includes the name of the data type that it creates and a description of each of its properties

Last updated