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