Setting up basic logging

193 views Asked by At

In azure log analytics we are reading windows logs from an onpremise server. We would like to setup some basic metricks, like disk, CPU, RAM etc to make sure it is running. However we have like thousands to choose from in Azure. Can someone recommend some basic performance counters to monitor, or link to some documentation?

enter image description here

1

There are 1 answers

0
Harshitha Veeramalla On

Setting up basic logging

  • I have created a Log Analytics Workspace and tried to add the Windows Performance Counters.
  • Navigate to

Your Log Analytics Workspace => Agents Configuration => Click on Add recommended counters and click on Apply , all the required basic counters will be added by default.

enter image description here

enter image description here

  • We can add the performance counter one by one , based on your requirement

enter image description here

Please refer Configure Basic Logs in Azure Monitor and Configuring Performance counters for more information