Hello,
I'm monitoring my docker containers and I'm sending the output to my kafka topic. It seems to work but I have the following log when I'm running it:
metricbeat | 2019-04-24T14:15:48.555Z ERROR kafka/client.go:131 Dropping event: unsupported float value: NaN
Besides, it doesn't seem to add new metrics in my kafka topic when my containers are running, I have 3 partitions and in each one there is 35 messages. Here is how I configured my output:
output.kafka:
hosts: ["127.0.0.1:9092"]
topic: 'metrics'
partition.round_robin:
reachable_only: false
required_acks: 1
compression: gzip
max_message_bytes: 1000000