Hello,
I installed Metricbeat in debian server and it send all metrics to Eleasticsearch, however when I added docker module to see information about running containers and images, it works fine but I don't get any information about docker images, I checked metricbeat logs, it throws those messages:
2017-06-09T12:13:58+02:00 WARN Can not index event (status=400): {"type":"mapper_parsing_exception","reason":"object mapping for [docker.image.tags] tried to parse field [null] as object, but found a concrete value"}
Metricbeat version: 5.4.1
docker version:
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64
Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64
Experimental: false
Any idea how fix it?
Thank you !