fluent-plugin-systemd
                                
                                
                                
                                    fluent-plugin-systemd copied to clipboard
                            
                            
                            
                        This is a fluentd input plugin. It reads logs from the systemd journal.
I'm new to the `fluentd` so it could be that I'm missing something. Trying to configure it to send all the busy `journald` logs to the OpenSearch I've tried to...
Hi Team, I'm using this plugin using default directory (i.e. var/log/journal) ``` @type systemd tag kubelet path /var/log/journal/*.journal read_from_head true @type local path /var/log/fluentd-journald-kubelet-cursor.json fields_strip_underscores true fields_lowercase true ``` I...
Hello, We have an issue that appears after upgrading to Fedora CoreOS 37.20230401.3.0 to 38.20230414.3.0 (later version are affected as well). It might be related to systemd/journald packages upgrade (full...
newrelic recommends fluentd as a log forwarder. So, i'm trying to setup it... I just need to pass all the systems logs I get this ^ error in newrelic /etc/td-agent/td-agent.conf...
Hi Team, I have an inline JSON string in message field of systemd logs that I want to parse but when I add filter @type parser it stops capturing the...
I'm not sure I'm phrasing my question correctly, but the idea of what I'm trying to achieve is this: ``` @type record_modifier service $NameOfASystemdServiceFromTheEntry ``` so `service` key would `docker.service`...
Hi Team, I'm using this plugin using default directory (i.e. var/log/journal) with below config & able to receive messages using rabbitmq output plugin but problem starts when I try to...