Forum Discussion
aprhn
Mar 23, 2020Copper Contributor
New added performances counter doesn't show in Log Analytics
Hi community, I've an issue to display new performances log performance log in Azure Log Analytics. I added theses performances logs but are not displayed in the Log Analytics when I start a "P...
Mar 23, 2020
Hi, Make sure the following is correct:
- VMs are still reporting to your log Analytics workspace. If no VMs report the new configuration will not be distributed and data will not appear.
- Make sure that the names are entered correctly. Entering any character that is not exactly as the counter will result in searching for completely different counter. For example white space.
- Make sure to wait some time. Sometimes it can take 5-15 mins until the new configuration is distributed to the VMs.
- Make sure that the query spans across the last 24 hours and for better results use this query:
Perf | where ObjectName == "Memory" | summarize count() by CounterName
let me know if this helps?
- aprhnMar 23, 2020Copper Contributor
Hello Stanislav,
Thanks for your answer.- Yes, my VMs already reported data in Log Analytics (Available MBytes for example).
- Names of Performances counters are correct. If it's not, Azure say an error to enter a valid counter name.
- I'm waiting the week-end and doesn't appear.
- Your query return same result in 24h
I disabled "Available MBytes" this morning and enabled percentages counter in same time.
I checked if these counters are enabled in the same Workspace, and yes.
However, It seems not harder to do that, but doesn't work in my case ...
- Mar 23, 2020
May be there is some issue with the VMs that does not allows them to pull the new configuration. Best is to see Operations Manager event log on the VMs and may be even restart the MMA agent?