Fluent Bit source plugin

Fluent Bit is an open source data collector and forwarder, designed to collect data from various sources, transform it, and export it to different destinations. It provides a lightweight and efficient solution for collecting and processing data, with support for various input sources such as logs, metrics, and events.

You can use the Fluent Bit Source Plugin to configure your Calyptia Core pipeline to collect data from your Fluent Bit instances.

Configuration parameters

The Fluent Bit source plugin provides these configuration parameters.

General

KeyDescription
PortTCP port used for listening for incoming messages.

Security and TLS

KeyDescription
TLSEnable or disable TLS/SSL support.
TLS Certificate ValidationTurn TLS/SSL certificate validation on or off. TLS must be on for this setting to be enabled.
TLS Debug LevelSet TLS debug verbosity level. Accepted values: 0 (No debug), 1 (Error), 2 (State change), 3 (Informational), 4 (Verbose).
CA Certificate File PathAbsolute path to CA certificate file.
Certificate File PathAbsolute path to certificate file.
Private key File PathAbsolute path to private key file.
Private Key Path PasswordOptional password for tls.key_file file.
TLS SNI Hostname ExtensionHostname to be used for TLS SNI extension.

Configuring Fluent Bit to route data to Calyptia Core

You can leverage the out_forward plugin within Fluent Bit to route data to the Fluent Bit data source within Calyptia Core. In your Fluent Bit configuration, use the following configuration:

[OUTPUT]
    Name          forward
    Match         *
    Host          127.0.0.1
    Port          24244