Sysinfo
The Sysinfo filter lets you append system information like the Fluent Bit version or hostname.
Configuration parameters
The plugin supports the following configuration parameters:
fluentbit_version_key
Specify the key name for the Fluent Bit version.
All
os_name_key
Specify the key name for operating system name. For example, Linux
, win64
or macos
.
All
hostname_key
Specify the key name for hostname.
All
os_version_key
Specify the key name for the operating system version. Not supported on some platforms.
Linux
kernel_version_key
Specify the key name for kernel version. Not supported on some platforms.
Linux
Some properties are supported by specific platforms.
Get started
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 the Fluent Bit version and operating system name.
You can also run the filter from command line.
The output will be something like the following:
Last updated
Was this helpful?