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 the order they appear in. Right now I have to add and rearrange *every* time I search!
I always use the "Project" statement for this:
Heartbeat
| project TimeGenerated , Computer , OSMajorVersion
1 Reply
- ScottAllisonIron Contributor
I always use the "Project" statement for this:
Heartbeat
| project TimeGenerated , Computer , OSMajorVersion