fluent-plugins-nursery / fluent-plugin-systemd

This is a fluentd input plugin. It reads logs from the systemd journal.
Apache License 2.0
153 stars 43 forks source link

need to move back after seek(:tail) #20

Closed richm closed 7 years ago

richm commented 7 years ago

because of https://github.com/ledbettj/systemd-journal/issues/64 fluent-plugin-systemd does not start reading at the actual tail of an actual journal. We need a workaround to avoid having fluentd read and process bogus entries.

richm commented 7 years ago

submitted PR https://github.com/reevoo/fluent-plugin-systemd/pull/22