Fluentd
Fluentd source plugin
Fluentd is a popular open-source data collector and logs aggregator, designed to collect data from various sources, transform it, and export it to different destinations. It provides a flexible and reliable solution for collecting and processing data, with support for various input sources such as logs, metrics, and events.
You can use the Fluentd Source Plugin to configure your calyptia core pipeline to receive data from your Fluentd instances.
The following are configuration Parameters for Fluentd Source Plugin.
Key | Description |
---|---|
Port | The TCP Port the pipeline should listen on. |
The following are security and TLS configuration parameters.
Key | Description |
---|---|
TLS | Enable or Disable TLS/SSL support |
TLS Certificate Validation | Turn TLS/SSL certificate validation on / off, TLS must be on for this setting to be enabled. |
TLS Debug Level | Set TLS debug verbosity level. It accepts the following values: 0 (No debug), 1 (Error), 2 (State change), 3 (Informational), and 4 Verbose |
CA Certificate File Path | Absolute path to CA certificate file |
Certificate File Path | Absolute path to Certificate file |
Private key File Path | Absolute path to private Key file |
Private Key Path Password | Optional password for tls.key_file file |
TLS SNI Hostname Extension | Hostname to be used for TLS SNI Extension |
You can configure Fluentd to send data to Calyptia Core by using the out_forward Fluentd plugin.
Last modified 2mo ago