Forward source plugin
Fluent Bit Forward uses a lightweight protocol, called Forward, that is optimized for low-latency and high-throughput data transmission over the network. It supports both TCP and UDP transport protocols and provides options for configuring data buffering and batching to optimize network usage.
You can use the Forward source plugin to configure Chronosphere Telemetry Pipeline to collect data from your Forward services.
Configuration parameters
The Forward source plugin provides these configuration parameters.
General
Key | Description |
---|---|
Host | Listener network interface. |
Port | TCP port used for listening for incoming messages. |
Unix Socket Path | Specify the path to Unix socket to receive a Forward message. If set, Listen and Port are ignored. |
Unix Socket | Set the permission of the Unix socket file. If Unix_Path is not set, this parameter is ignored. |
Max Buffer Size | Specify the maximum buffer memory size used to receive a Forward message. The value must be according to the Unit Size specification. |
Buffer Chunk Size | By default the buffer to store the incoming Forward messages, do not allocate the maximum memory allowed, instead it allocate memory when is required. The rounds of allocations are set by Buffer_Chunk_Size. The value must be according to the Unit Size specification. |
Tag Prefix | Prefix incoming tag with the defined value. |
Security and TLS
Name | Key | Description | Default |
---|---|---|---|
TLS | tls | Enable or disable TLS/SSL support. | none |
TLS Certificate Validation | tls.verify | Turn TLS/SSL certificate validation on or off. TLS must be on for this setting to be enabled. | on |
TLS Debug Level | tls.debug | Set TLS debug verbosity level. Accepted values: 0 (No debug), 1 (Error), 2 (State change), 3 (Informational), 4 (Verbose). | 1 |
CA Certificate File Path | tls.ca_file | Absolute path to CA certificate file. | none |
Certificate File Path | tls.crt_file | Absolute path to certificate file. | none |
Private Key File Path | tls.key_file | Absolute path to private key file. | none |
Private Key Path Password | tls.key_passwd | Optional password for tls.key_file file. | none |
TLS SNI Hostname Extension | tls.vhost | Hostname to be used for TLS SNI extension. | none |