elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
194 stars 421 forks source link

[IIS] - Application pool metrics missing NETCLR Exceptions #7992

Open muthu-mps opened 11 months ago

muthu-mps commented 11 months ago

Issue Summary

Screenshot 2023-09-25 at 8 07 42 PM

The documents are getting ingested without the NETCLR data. Below is the ingested document for reference.

Screenshot 2023-09-27 at 10 30 29 AM
muthu-mps commented 11 months ago

Root cause of the Issue

This error is thrown when the ASP.NET is not installed as part of the IIS (WebServer).

Screenshot 2023-10-03 at 4 17 26 PM

Steps to Install ASP.NET

  1. Select the IIS server
  2. Click on Manage
  3. Select Add Server Role
  4. Below is the image to show the ASP.NET installation. Screenshot 2023-10-03 at 4 18 05 PM

Post Installation

Once the ASP.NET version is installed properly the Element not Found Error will be gone automatically and you can verify the data.

1. Error disappears after installing the ASP.NET

Screenshot 2023-10-03 at 4 27 48 PM

2. net_clr data is processed and ingested into Elastic.

Screenshot 2023-10-03 at 4 26 19 PM

Next Steps