I am using filebeat 5.0
I am getting these error on filebeat log:
2016-11-09T14:17:32+01:00 ERR Failed to publish events caused by: read tcp 192.168.11.21:42549->: read: connection reset by peer
2016-11-09T14:17:32+01:00 INFO Error publishing events (retrying): read tcp 192.168.11.21:42549->xxxx: read: connection reset by peer
2016-11-09T14:17:32+01:00 ERR File is falling under ignore_older before harvesting is finished. Adjust your close_* settings: api_1.log
2016-11-09T14:17:42+01:00 ERR File is falling under ignore_older before harvesting is finished. Adjust your close_* settings: api_1.log
2016-11-09T14:17:47+01:00 INFO Non-zero metrics in the last 30s: libbeat.logstash.published_but_not_acked_events=1668 libbeat.logstash.publish.read_errors=1 libbeat.logstash.publish.write_bytes=318 libbeat.logstash.call_count.PublishEvents=1
2016-11-09T14:19:04+01:00 ERR Failed to publish events caused by: read tcp 192.168.11.21:42622->xxxx: i/o timeout
2016-11-09T14:19:04+01:00 INFO Error publishing events (retrying): read tcp 192.168.11.21:42622->xxxx: i/o timeout
2016-11-09T14:19:12+01:00 ERR File is falling under ignore_older before harvesting is finished. Adjust your close_* settings: api_1.log
2016-11-09T14:19:17+01:00 INFO Non-zero metrics in the last 30s: libbeat.logstash.published_and_acked_events=76 libbeat.logstash.publish.write_bytes=1499 libbeat.logstash.publish.read_errors=1 libbeat.logstash.published_but_not_acked_events=1592 libbeat.logstash.call_count.PublishEvents=1
IF i restart the service it start sending logs few minutes but stop sending new lines again.
Any ideas on the connections timeouts and anf file file failing under ignore_older.