Windows Memory Metric in Azure Monitor Log Analytics

For the longest time I recommended using % Committed Bytes in Use memory metric for Windows Servers in Azure Monitor and Log Analytics. Sometime last year it was brought to my attention by one of our fantastic senior support members, that the metric might not be the best for alerting. % Committed Bytes In Use The …

Read more

Query Azure Resource Graph from Log Analytics

Have you ever wanted to filter resources in Log Analytics by resource tags? Or wanted to query Azure Resource Graph data with a broader set of KQL? Well, do I have some news for you. Now we can query Azure Resource Graph directly from Log Analytics. I was fortunate enough to be a small part …

Read more

How to find Azure Log Analytics Keys

I’m redoing an old post on how to find Azure Log Analytics keys, because a lot has changed in both azure and Log Analytics since I wrote the last post. If you came here from that post or found via your favorite search engine, you’re now in the right place. Your Log Analytics keys are …

Read more

Log Analytics Operators Has, Contains and In

Recently Log Analytics added a neat feature that allows you to see how well your queries run. Because Log Analytics Operators Has and Contains perform similar functions, some have been advising to only use the Has operator as it is the most efficient. However, Has is nice but it is not the be all and …

Read more

Log Analytics: Designing Custom Application logs

Using custom logs in Log Analytics is a surprisingly easy thing to do. It can be fun, but of course ultimately used for business related purposes. You can use a Logic Apps to submit, PowerShell or Azure Functions as well. Ultimately any language that can make a REST call and format JSON can submit to …

Read more