Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/in_systemd/systemd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ struct flb_systemd_config *flb_systemd_config_create(struct flb_input_instance *

if (ctx->read_from_tail == FLB_TRUE) {
sd_journal_seek_tail(ctx->j);
sd_journal_previous(ctx->j);
/*
* Skip up to 350 records until the end of journal is found.
* Workaround for bug https://github.com/systemd/systemd/issues/9934
Expand Down