fluent-plugin-systemd
fluent-plugin-systemd copied to clipboard
This is a fluentd input plugin. It reads logs from the systemd journal.
Splunk connect for kubernetes uses this plugin and it seems it causing issue when zstd compression is enabled (https://github.com/splunk/splunk-connect-for-kubernetes/issues/679) fluent-plugin-systemd=1.0.2
Hi Team, We face below errors when try to restart the td-agent. It seems related to the latest changes when `@journal` set to `nil`. This issue appear intermittently. Do you...
It seems that when the journal file system.journal is rotated this plugin does not start reading from the new file generated. Im using read_from_head=true, is that the problem? Im using...
Hi, I am using this plugin to collect the logs from journald and separating the logs for docker, kubelet and rest other services. Apart from this using the concat filter...
Hi Team, we are leveraging Fedora Core OS and want to gather systemd logs. For some reason the plugin is not gathering logs. It is being added without issues though....
``` fluentd 2472 root 125r REG 252,1 134217728 539602 /var/log/journal/a87d37f9c4d74e9eb672b97b5dd0c818/system@d059ec38963543fb95c6390453c1f247-0000000007057712-00059fa76e02b10d.journal (deleted) fluentd 2472 root 159r REG 252,1 134217728 539602 /var/log/journal/a87d37f9c4d74e9eb672b97b5dd0c818/system@d059ec38963543fb95c6390453c1f247-0000000007057712-00059fa76e02b10d.journal (deleted) fluentd 2472 2497 root 125r REG 252,1 134217728 539602...
heads up! - systemd 246 journal logs produced is not readable by older versions of systemd-journald
Hopefully it will save someone the 🤯 and the time. IMO it is unrelated to the plugin but rather a host issue. https://github.com/bottlerocket-os/bottlerocket/issues/1200 ``` If the $SYSTEMD_JOURNAL_KEYED_HASH boolean environment variable...
Hi I'm using this plugin to get logs from journal and then save them to files splitting by container name. The configuration I'm using looks like this: ``` # Logs...
Built on top of fluent/fluentd:v1.15-debian-1, with a quite close version of this dockerfile: ``` FROM fluent/fluentd:v1.15-debian-1 # Plugin install step taken from https://hub.docker.com/r/fluent/fluentd + https://docs.fluentd.org/deployment/plugin-management#if-using-td-agent,-use-/usr/sbin/td-agent-gem USER root # https://github.com/fluent/fluentd-docker-image/issues/307 RUN...
Works on 20.04 but on 22.04 fluentd silently fails. I'm using latest fluentd ``` # apt show fluent-package Package: fluent-package Version: 5.0.2-1 ``` running fluentd manually with ``` # FLUENT_SOCKET=/var/run/fluent/fluentd.sock...