Format the TimeGenerated Field Azure Log Analytics

I was recently writing a summary performance report binned by day. If you have used the summarize operator with bin you know that the TimeGenerated field has a lot of extra characters on it. So naturally my next question was how do you format the TimeGenerated Field?  I took a look at the official format_datetime() …

Read more

Azure Log Analytics Project Operator

This post is aimed at beginners with Azure Log Analytics. I’ll be discussing how you can use the Azure Log Analytics Project operator when you query data in your Log Analytics workspace. The Project operator works similarly to Select-Object in Powershell. If we do: We get a bunch of fields back. Including our TenantId, which …

Read more

Find High CPU Processes in Azure Log Analytics

Staying on top of performance issues is a top priority for any ops team. When it comes to high CPU issues your monitoring solution may be able to tell you when CPU is high on any server. But beyond that you were then logging into the server to run perfmon or some other tool, or …

Read more

Tune Azure Log Analytics Performance Counters to Save Money

Have you started with Performance Counters in Azure Log Analytics? If you haven’t, check out my post here. If you have, have you considered tuning them? Especially in a lab environment, the default sample intervals are very frequent. If you Tune Azure Log Analytics Performance Counters you can add more counters with less samples to …

Read more