I am not geeting logs on kibana file beat showing below logs

i am using two logstash and enable load balance true. need help

2019-05-29T05:53:58.797Z ERROR logstash/async.go:235 Failed to publish events caused by: write tcp 172.30.1.19:55834->172.30.6.147:5044: write: connection reset by peer
2019-05-29T05:53:59.798Z ERROR pipeline/output.go:92 Failed to publish events: write tcp 172.30.1.19:55834->172.30.6.147:5044: write: connection reset by peer
2019-05-29T05:54:04.516Z INFO [monitoring] log/log.go:124 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13350,"time":{"ms":16}},"total":{"ticks":321770,"time":{"ms":256},"value":321770},"user":{"ticks":308420,"time":{"ms":240}}},"info":{"ephemeral_id":"fd144aee-ea45-4ba2-97a5-b64873682fd8","uptime":{"ms":58740022}},"memstats":{"gc_next":17435424,"memory_alloc":9833552,"memory_total":54785364936}},"filebeat":{"events":{"active":-2,"added":4094,"done":4096},"harvester":{"open_files":3,"running":3}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":4048,"active":48,"batches":5,"failed":2000,"total":6096},"read":{"bytes":54},"write":{"bytes":654653,"errors":1}},"pipeline":{"clients":1,"events":{"active":4117,"published":4096,"retry":4000,"total":4096},"queue":{"acked":4096}}},"registrar":{"states":{"current":4,"update":4096},"writes":{"success":2,"total":2}},"system":{"load":{"1":0.51,"15":0.46,"5":0.49,"norm":{"1":0.255,"15":0.23,"5":0.245}}}}}}

Blockquote

Hi, what version are you using here? I saw a post from last year talking about the same problem: Failed to publish events caused by: write tcp 10.90.66.80:57738->10.90.66.48:5044: write: connection reset by peer

elastic search version 6.1.4 logstash version 6.1.4

Hmm seems like the same problem to me. Do you mind trying with newer version like 7.1 or 7.0?

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