Forum Discussion

ScottAllison's avatar
ScottAllison
Iron Contributor
Nov 21, 2019

Log Analytics table growth

Greetings community!   I'm using the following query to keep a close eye on my top tables in Log Analytics: search * | summarize count() by $table | project Table=$table, Count=count_ | top 5 by...

Resources