Created
August 11, 2020 13:39
-
-
Save Torxsmind/cb7ee44bfb198704a8fcadb93c156f89 to your computer and use it in GitHub Desktop.
Azure log analytics samples for VM Configuration changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Changes | |
| ConfigurationChange | |
| | take 5 | |
| # Data | |
| ConfigurationData | |
| | take 5 | |
| # Changes by Computer | |
| ConfigurationChange | |
| | summarize arg_max(TimeGenerated, *) by Computer | |
| # Data by computer | |
| ConfigurationData | |
| | summarize arg_max(TimeGenerated, *) by Computer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment