-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing IIS net_clr appPoolCounters #41352
Comments
Hi @AlexDF2017, Firstly, make sure ASP.NET is installed as this might be similar to: elastic/integrations#7992 Let me know if you still encounter the error afterwards. |
Hi @lucian-ioan , sorry but we had already installed the required features & roles, the same as indicated in elastic/integrations#7992. We rebooted the server after installation to be sure, but the problem is the same, To confirm:
|
Thanks for confirming, I have already tried to replicate this with our existing virtual machine running IIS with no luck. I'll try setting up a new VM from scratch and come back to you on this. |
Hello @lucian-ioan , were you able to reproduce the problem ? |
Hi @yomduf We will likely change the beats code so such errors are no longer logged. The errors you are encountering in the Metricbeat logs occur because the .NET CLR Exceptions performance counters are being queried, but they are not available for the w3wp process in your environment. This is different on servers where IIS runs application pools with the .NET CLR Version set to "v4.0" instead of "No Managed Code" as on those servers the .NET CLR counter categories do show w3wp. |
Thanks @lucian-ioan ! |
This was solved in #42274. Closing this issue. |
Hi all, on a fresh installation of metricbeat 7.17.24 under Windows Server 2022, IIS metricbeat module activated, we have the following repeating errors in metricbeat logs:
It seems that all net_clr appPoolCounters aren't available on OS, how to fix? No particular requirement is reported on metricbeat installation documentation for IIS monitoring.
The text was updated successfully, but these errors were encountered: