No cpu/memory information from metricbeat docker module monitoring windows container

Hello,

I try to setup monitoring for windows based docker containers. I already read all I can find on the net and windows containers are not really supported.

Tested with:
Elasticsearch 7.4.2
MetricBeat 7.5

Docker.yml:

module: docker
metricsets:
- container
- cpu
- diskio
- event
- healthcheck
- info
- memory
- network
period: 30s
hosts: ["npipe:////./pipe/docker_engine"]
enabled: true

Debug log attached.

Help would be much appreciated.

Regards
Hendrik

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