Failed to Unmarshal data from API unexpected end of JSON input
Closed this issue · 0 comments
palande-dev commented
While running merakibeat through docker-compose following error is received, any solutions to this?
merakiclient/client.go:53 Calling API URL http://api.meraki.com/api/v0/networks/123xxxxxx/connectionStats?t0=1540930717&t1=1540930 merakiclient/client.go:102 Failed to Unmarshal data from API unexpected end of JSON input
merakibeat.yml file is configured as
merakibeat:
period: 300s
merakihost: http://api.meraki.com
merakikey: 123xxxxxxxxxxxxxxxxxx
merakinewtorkids: ["123xxxx", "123zzzz"]
merakiorgid: "123yyyyy"
nwconnstat: 1
nwlatencystat: 1
devconnstat: 0
devlatencystat: 0
clconnstat: 0
cllatencystat: 0
name: MerakiHealth
output.elasticsearch:
hosts: ["localhost:9200"]