Log Analytics Syntax post series: #2 Computers
Just a list of distinct computers in the OMS workspace (just returns the count and name rather than all the other details) Computer=* | Distinct Computer A similar list to the above but shows the computers sorted by aggregated value (i.e. sorted by computers that have the most data) Computer=* | measure count () by…Read more