Sysinfo
The Sysinfo Filter plugin allows to append system information like fluent-bit version or hostname.
Configuration Prameters
The plugin supports the following configuration parameters:
Key | Description | Supported platform |
---|---|---|
fluentbit_version_key | Specify the key name for fluent-bit version. | All |
os_name_key | Specify the key name for os name. e.g. linux, win64 or macos. | All |
hostname_key | Specify the key name for hostname. | All |
os_version_key | Specify the key name for os version. It is not supported on some platforms. | Linux |
kernel_version_key | Specify the key name for kernel version. It is not supported on some platforms. | Linux |
Some properties are supported by specific platform.
Getting Started
In order to start filtering records, you can run the filter from the command line or through the configuration file.
The following configuration file is to append fluent-bit version and OS name.
You can also run the filter from command line.
The output will be
Last updated