Reader small image

You're reading from  Scalable Data Analytics with Azure Data Explorer

Product typeBook
Published inMar 2022
Reading LevelBeginner
PublisherPackt
ISBN-139781801078542
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Jason Myerscough
Jason Myerscough
author image
Jason Myerscough

Jason Myerscough is a director of Site Reliability Engineering and cloud architect at Nuance Communications. He has been working with Azure daily since 2015. He has migrated his company's flagship product to Azure and designed the environment to be secure and scalable across 16 different Azure regions by applying cloud best practices and governance. He is currently certified as an Azure Administrator (AZ-103) and an Azure DevOps Expert (AZ-400). He holds a first-class bachelor's degree with honors in software engineering and a first class master’s degree in computing.
Read more about Jason Myerscough

Right arrow

Chapter 7

  1. What is the purpose of moving averages?

Answer: Moving averages allow us to remove noise and smooth our data.

  1. What is the purpose of linear regression?

Answer: The purpose of linear regression is to identify trends – both positive and negative – in our time series.

  1. What are the extra steps required to render time charts in log analytics?

Answer: With log analytics, we must expand our time series using mv-expand and convert our values from dynamic data types to their specific data types. Then, we must project the columns we want to pipe to the render operator.

  1. In Figure 7.12, we rendered an anomaly chart to display the anomalies in the time series. Using series_fir(), generate a smoother graph without the anomalies. Once you generate a smoother output, pass your data to series_decompose_anomalies() to see if there are still any anomalies. The query to generate the graph in Figure 7.12 is as follows. You will need...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Scalable Data Analytics with Azure Data Explorer
Published in: Mar 2022Publisher: PacktISBN-13: 9781801078542

Author (1)

author image
Jason Myerscough

Jason Myerscough is a director of Site Reliability Engineering and cloud architect at Nuance Communications. He has been working with Azure daily since 2015. He has migrated his company's flagship product to Azure and designed the environment to be secure and scalable across 16 different Azure regions by applying cloud best practices and governance. He is currently certified as an Azure Administrator (AZ-103) and an Azure DevOps Expert (AZ-400). He holds a first-class bachelor's degree with honors in software engineering and a first class master’s degree in computing.
Read more about Jason Myerscough