Metricbeat-IIS

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,

What do your Metricbeat logs look like?

sory my miss, after enable iis module i wasn't restart metricbeat.
and now iis metricbeat work perfectly

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.