Filebeat needs an end of line to detect that the log is ready to be collected.
As Clockwork write 1 log by file, Filebeat never collects what's inside a json file except if we add an EOL.
(He is watching the file but believes that the log message/data is uncomplete)
https://github.com/itsgoingd/clockwork/issues/652
Filebeat needs an end of line to detect that the log is ready to be collected. As Clockwork write 1 log by file, Filebeat never collects what's inside a json file except if we add an EOL.
(He is watching the file but believes that the log message/data is uncomplete)