Failed to connect to backoff(async(tcp

Hi,

I am getting the following error, Could you please help me out here

2020-07-28T17:05:48.225+0400 INFO [monitoring] log/log.go:145 Non-zero metrics in the last 30s {“monitoring”: {“metrics”: {“beat”:{“cpu”:{“system”:{“ticks”:5590,“time”:{“ms”:2}},“total”:{“ticks”:13000,“time”:{“ms”:5},“value”:13000},“user”:{“ticks”:7410,“time”:{“ms”:3}}},“handles”:{“limit”:{“hard”:4096,“soft”:1024},“open”:8},“info”:{“ephemeral_id”:“ea86c204-894f-4e8c-933e-4710995f2982”,“uptime”:{“ms”:69360027}},“memstats”:{“gc_next”:14780240,“memory_alloc”:8290480,“memory_total”:706336704},“runtime”:{“goroutines”:21}},“filebeat”:{“harvester”:{“open_files”:0,“running”:0}},“libbeat”:{“config”:{“module”:{“running”:0}},“pipeline”:{“clients”:1,“events”:{“active”:866,“retry”:1}}},“registrar”:{“states”:{“current”:16}},“system”:{“load”:{“1”:0.25,“15”:0.93,“5”:0.5,“norm”:{“1”:0.0625,“15”:0.2325,“5”:0.125}}}}}}
2020-07-28T17:06:15.096+0400 ERROR [publisher_pipeline_output] pipeline/output.go:155 Failed to connect to backoff(async(tcp://1x.xx.xx.xx:5044)): dial tcp 1x.xx.xx.xx:5044: connect: connection refused
2020-07-28T17:06:15.096+0400 INFO [publisher_pipeline_output] pipeline/output.go:146 Attempting to reconnect to backoff(async(tcp://10.36.203.10:5044)) with 1559 reconnect attempt(s)
2020-07-28T17:06:15.096+0400 INFO [publisher] pipeline/retry.go:215 retryer: send wait signal to consumer
2020-07-28T17:06:15.096+0400 INFO [publisher] pipeline/retry.go:219 done
2020-07-28T17:06:18.226+0400

and what is your problem?

have you checked the connection?

Hi Macko,

Thanks for the quick response.

Yes, Port (5004) is open, but filebeat is not sending log file data to Graylog application due this issue.

Do i need to install logstash to mitigate this issue.

Regards,
Mohd Ruknuddin

you might be a little confused.

Please read the docs https://docs.graylog.org/en/3.3/pages/sending/input/beats.html

you need to configure the logstash output in filebeat and the beats input on graylog.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.