You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be very useful for my use case to be able to the configure systemd_journald receiver to only fetch logs from an specific service. Fluent Bit seems to have this implemented, so my guess is that this would only be a matter of exposing Systemd_Filter to the user. Something like:
Hi @dcfreire, thanks for the feature request -- this sounds very reasonable. We'll open a tracker internally for it and I'll keep this issue updated once it's prioritized.
As a workaround in the meantime, are you able to use exclude_logs to filter out anything that's not from name.service? Something like this, unfortunately it's a bit more obtuse:
Sorry for taking a while to reply, but yes I am, and I did :).
I was going to open a PR myself, but then I saw this comment by the author of the PR that implemented the systemd logging receiver that made it seem that this was a design choice, rather than something they overlooked.
It'd be very useful for my use case to be able to the configure
systemd_journald
receiver to only fetch logs from an specific service. Fluent Bit seems to have this implemented, so my guess is that this would only be a matter of exposing Systemd_Filter to the user. Something like:The text was updated successfully, but these errors were encountered: