Forum Discussion
ScottAllison
Nov 21, 2019Iron Contributor
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...
GouravIN
Nov 22, 2019Brass Contributor
Bookmarking this interesting ask as I have also no idea how to use date diff in let.