-
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
Metricbeat Module IIS application_pool #23605
Comments
Pinging @elastic/integrations (Team:Integrations) |
@khangcnttspkt , it looks like when trying to collect the worker process id the value is nil, we check the validity of those values and report any errors later down the line. |
Hi @narph , thank you for your support. |
After using a few hours, I got this error:
2021-01-20T23:16:34.281+0700 ERROR runtime/iface.go:260 recovered from panic while fetching 'iis/application_pool' for host ''. Recovering, but please report this. {"panic": "interface conversion: interface {} is nil, not float64", "stack": "github.com/elastic/beats/v7/libbeat/logp.Recover\n\t/go/src/github.com/elastic/beats/libbeat/logp/global.go:101\nruntime.gopanic\n\t/usr/local/go/src/runtime/panic.go:969\nruntime.panicdottypeE\n\t/usr/local/go/src/runtime/iface.go:260\ngithub.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool.getProcessIds\n\t/go/src/github.com/elastic/beats/x-pack/metricbeat/module/iis/application_pool/reader.go:267\ngithub.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool.(*Reader).mapEvents\n\t/go/src/github.com/elastic/beats/x-pack/metricbeat/module/iis/application_pool/reader.go:161\ngithub.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool.(*Reader).read\n\t/go/src/github.com/elastic/beats/x-pack/metricbeat/module/iis/application_pool/reader.go:151\ngithub.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool.(*MetricSet).Fetch\n\t/go/src/github.com/elastic/beats/x-pack/metricbeat/module/iis/application_pool/application_pool.go:76\ngithub.com/elastic/beats/v7/metricbeat/mb/module.(*metricSetWrapper).fetch\n\t/go/src/github.com/elastic/beats/metricbeat/mb/module/wrapper.go:256\ngithub.com/elastic/beats/v7/metricbeat/mb/module.(*metricSetWrapper).startPeriodicFetching\n\t/go/src/github.com/elastic/beats/metricbeat/mb/module/wrapper.go:234\ngithub.com/elastic/beats/v7/metricbeat/mb/module.(*metricSetWrapper).run\n\t/go/src/github.com/elastic/beats/metricbeat/mb/module/wrapper.go:208\ngithub.com/elastic/beats/v7/metricbeat/mb/module.(*Wrapper).Start.func1\n\t/go/src/github.com/elastic/beats/metricbeat/mb/module/wrapper.go:147"}
Restart windows service, It worked again, after a few hours error again.
The text was updated successfully, but these errors were encountered: