Reader small image

You're reading from  Learn Azure Administration - Second Edition

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837636112
Edition2nd Edition
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Understanding data types and events in Azure Monitor

When you query logs in Azure Monitor (or, specifically, a Log Analytics workspace), you may realize that the logs themselves are presented as objects containing various properties. These properties are later presented as columns containing data represented by different data types. Inside these logs, you may find the following types:

  • Strings
  • Numbers
  • Logical values
  • Objects

Depending on the data source, the available columns and types will differ. For example, you can compare collected data to documents from NoSQL databases. Under the hood, data sent to a Log Analytics workspace is stored in separate tables, which may but don’t have to share the same schema. Tables can be created by you at any time – this approach is used when defining custom logs, which we’ll describe in the next section.

Using custom logs

When you want to create a new log table for Azure Log Analytics, you need...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learn Azure Administration - Second Edition
Published in: Dec 2023Publisher: PacktISBN-13: 9781837636112

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód