Systemd
The Systemd input plugin allows to collect log messages from the Journald daemon on Linux environments.
Configuration Parameters
The plugin supports the following configuration parameters:
Getting Started
In order to receive Systemd messages, you can run the plugin from the command line or through the configuration file:
Command Line
From the command line you can let Fluent Bit listen for Systemd messages with the following options:
In the example above we are collecting all messages coming from the Docker service.
Configuration File
In your main configuration file append the following Input & Output sections:
Last updated