Fluent Bit

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 receive data from your Fluent Bit instances.

Configuration Parameters

The following are configuration Parameters for Fluent Bit Source Plugin

The following are security and TLS configuration parameters.

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

Fluent Bit documentation: https://docs.fluentbit.io/manual/pipeline/outputs/forward

[OUTPUT]
    Name          forward
    Match         *
    Host          127.0.0.1
    Port          24244

Last updated