I install metricbeat on windows server, system overview is working fine and show statistic data, but i enable iis module is not send any data about iis,
this is my iis.yml
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/7.9/metricbeat-module-iis.html
- module: iis
metricsets:
- webserver
- website
- application_pool
enabled: true
period: 10s
# filter on application pool names
# application_pool.name: ["DefaultAppPool"]
how to solve this,