-
Notifications
You must be signed in to change notification settings - Fork 158
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
Capture application pool states - IIS #4392
Comments
@lalit-satapathy could you please have a look here? |
Hi, I hope you're doing well. Could you please provide an update on its current progress and any expected timeline for its inclusion? Thank you! |
Hello, This is currently a priority for me. However, it will take ~1 month for the changes to be released based on the Elastic release schedule. |
Hello, Is there any update on this issue? |
+1 |
@lalit-satapathy / @andresrc Your inputs would be useful here. |
Describe the enhancement:
Currently, the iis application pool module only captures running app pools. It would be nice if it captured all apps pools and included the state of them.
Describe a specific use case for the enhancement or feature:
IIS app pools can have many different states, currently, it is only possible to get data on running app pools. This limits the usability of this module.
If I want to alert when an app pool stops, I need to look for when logs related to the app pool stop for X duration. This is less than ideal, as if I remove an app pool, then this alert would also trigger. Or if an app pool exists, but has never been started, then the alert would never trigger as there was no initial data to collect, to see a delta.
What is the definition of done?
New metrics which define status of all the app pools should be exported.
Beats issue: elastic/beats#39061
The text was updated successfully, but these errors were encountered: