Forum Discussion
danielvogel
Feb 07, 2019Copper Contributor
Azure Portal Log search, how do I change the default column order?
By default the Azure Portals Log Analytics search has columns displayed that I rarely use. How can I customize my defaults so that it's actually useful? I'd like to be able to define what columns and...
- Feb 07, 2019
I always use the "Project" statement for this:
Heartbeat
| project TimeGenerated , Computer , OSMajorVersion
ScottAllison
Feb 07, 2019Iron Contributor
I always use the "Project" statement for this:
Heartbeat
| project TimeGenerated , Computer , OSMajorVersion