Filebeat seems to stop sending `journald` logs when encountered "failed to read message field: bad message" error journald input: ``` - type: journald id: appdaemon_logs paths: - /var/log/journal include_matches.match: - syslog.priority=6 ``` Logs: ```json { "log.level": "error", "@timestamp": "2022-08-23T00:31:06.768-0700", "log.logger": "input.journald", "log.origin": { "file.name": "compat/compat.go", "file.line": 124 }, "message": "Input 'journald' failed with: input.go:130: input appdaemon_logs failed (id=appdaemon_logs)\n\tfailed to read message field: bad message", "service.name": "filebeat", "id": "appdaemon_logs", "ecs.version": "1.6.0" } ``` Filebeat 8.3.3 Similar bug is also reported in Loki, not sure if the fix is similar or not: Bug Report: https://github.com/grafana/loki/issues/2812 PR: https://github.com/grafana/loki/pull/2928