Hi,
I have the following issue and think it's a bug but wanted to post here before filing a Github issue:
A filebeat container gets killed/restarted because of memory limits within K8s. After the container restart the following log appears and no events are sent from this filebeat pod anymore:
{"level":"warn","timestamp":"2020-10-20T18:21:56.116Z","caller":"memlog/store.go:130","message":"Incomplete or corrupted log file in /usr/share/filebeat/data/xyz/filebeat. Continue with last known complete and consistent state. Reason: unexpected EOF"}
A pod restart resolves the issue though.
Filebeat version 7.9.2 with Logstash output. For log collection I use the Kubernetes autodiscover feature.
Regards
Bernd