Did anyone meet the problem?
I add the uwsgi module on metricbeat
My config is :
metricbeat.modules:
- module: docker
metricsets:- "container"
- "cpu"
- "diskio"
- "healthcheck"
- "info"
#- "image" - "memory"
- "network"
hosts: ["unix:///var/run/docker.sock"]
period: 10s
enabled: true
- module: uwsgi
metricsets: ["status"]
enable: true
period: 10s
hosts: ["tcp://127.0.0.1:9091"]
monitor metricbeat:
ERROR status/data.go:82 uwsgi statistics parsing failed with error: unexpected end of JSON input
How to solve the problem?
Thanks!