Releases: mheese/journalbeat
Releases · mheese/journalbeat
Journalbeat v5.6.9
Journalbeat v5.6.8
Journalbeat v5.6.0
Libbeat version bumped to v5.6.0 (#118) Amended elasticsearch client to chase the bug https://github.com/elastic/beats/issues/5156#issuecomment-329215223
Journalbeat v5.5.2
Data races fixes + dep update (#116) * update dependencies * Fix some annoying data races with the completed and pending channels Closes #98 #97 * Backport fix to data race in logging from upstream Fixes #100
Journalbeat v5.5.0
Fix stuck on startup (#81) * fix getting stuck during processing large pending queues * updated dependencies
Journalbeat v5.4.1
Journalbeat 5.1.2
- Updated libbeat to v5.1.2 ( #38 );
- Updated go-systemd to the latest upstream.
Changes to the configuration file:
- all settings live under
journalbeat:
; flush_cursor_secs: <unsigned int>
->cursor_flush_period: <time duration>
;- introduced
units:
( #34 ).
Jounalbeat 0.1.1
- Fixed timestamp issue;
- updated libbeat to 5.0.0-alpha4.