Filebeat running but not sending logs to logstash

Hi,

I see:

2019-05-21T14:42:36.988Z INFO [monitoring] log/log.go:144 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":50,"time":{"ms":1}},"total":{"ticks":320,"time":{"ms":3},"value":320},"user":{"ticks":270,"time":{"ms":2}}},"handles":{"limit":{"hard":4096,"soft":1024},"open":7},"info":{"ephemeral_id":"c437ed05-5e20-4d60-b336-9b98d20ead02","uptime":{"ms":210017}},"memstats":{"gc_next":35131024,"memory_alloc":18166592,"memory_total":45865632}},"filebeat":{"harvester":{"open_files":1,"running":1}},"libbeat":{"config":{"module":{"running":0}},"output":{"read":{"bytes":36}},"pipeline":{"clients":1,"events":{"active":4117}}},"registrar":{"states":{"current":5}},"system":{"load":{"1":0,"15":0.05,"5":0.01,"norm":{"1":0,"15":0.025,"5":0.005}}}}}}
2019-05-21T14:43:06.988Z INFO [monitoring] log/log.go:144 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":50,"time":{"ms":1}},"total":{"ticks":330,"time":{"ms":4},"value":330},"user":{"ticks":280,"time":{"ms":3}}},"handles":{"limit":{"hard":4096,"soft":1024},"open":7},"info":{"ephemeral_id":"c437ed05-5e20-4d60-b336-9b98d20ead02","uptime":{"ms":240016}},"memstats":{"gc_next":35131024,"memory_alloc":18633416,"memory_total":46332456}},"filebeat":{"harvester":{"open_files":1,"running":1}},"libbeat":{"config":{"module":{"running":0}},"output":{"read":{"bytes":36}},"pipeline":{"clients":1,"events":{"active":4117}}},"registrar":{"states":{"current":5}},"system":{"load":{"1":0,"15":0.05,"5":0.01,"norm":{"1":0,"15":0.025,"5":0.005}}}}}}
2019-05-21T14:43:36.988Z INFO [monitoring] log/log.go:144 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":50,"time":{"ms":3}},"total":{"ticks":350,"time":{"ms":23},"value":350},"user":{"ticks":300,"time":{"ms":20}}},"handles":{"limit":{"hard":4096,"soft":1024},"open":7},"info":{"ephemeral_id":"c437ed05-5e20-4d60-b336-9b98d20ead02","uptime":{"ms":270015}},"memstats":{"gc_next":35130736,"memory_alloc":17577768,"memory_total":46461376,"rss":1126400}},"filebeat":{"harvester":{"open_files":1,"running":1}},"libbeat":{"config":{"module":{"running":0}},"output":{"read":{"bytes":36}},"pipeline":{"clients":1,"events":{"active":4117}}},"registrar":{"states":{"current":5}},"system":{"load":{"1":0,"15":0.05,"5":0.01,"norm":{"1":0,"15":0.025,"5":0.005}}}}}}
2019-05-21T14:44:06.988Z INFO [monitoring] log/log.go:144 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":60,"time":{"ms":2}},"total":{"ticks":360,"time":{"ms":4},"value":360},"user":{"ticks":300,"time":{"ms":2}}},"handles":{"limit":{"hard":4096,"soft":1024},"open":7},"info":{"ephemeral_id":"c437ed05-5e20-4d60-b336-9b98d20ead02","uptime":{"ms":300016}},"memstats":{"gc_next":35130736,"memory_alloc":17960672,"memory_total":46844280}},"filebeat":{"harvester":{"open_files":1,"running":1}},"libbeat":{"config":{"module":{"running":0}},"output":{"read":{"bytes":36}},"pipeline":{"clients":1,"events":{"active":4117}}},"registrar":{"states":{"current":5}},"system":{"load":{"1":0,"15":0.05,"5":0.01,"norm":{"1":0,"15":0.025,"5":0.005}}}}}}

The filebeat is not sending logs to logstash.
The config looks fine, it used to work.
Also the file exists and non-empty.

Any suggestions ?

Do you mind sharing your complete configuration both Logstash and Filebeat and is there any error in the logs?

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