Fluent Forward receiver π
The Fluent Forward receiver allows the Splunk Distribution of the OpenTelemetry Collector to collect events using the bundled Fluentd application. The supported pipeline type is logs
. See Process your data with pipelines for more information.
The receiver accepts data formatted as Fluent Forward events through a TCP connection. All three Fluent event types, message, forward, and packed forward, are supported, including compressed packed forward.
Caution
Fluentd is deactivated by default for Linux and Windows. To activate it, use the --with-fluentd
option when installing the Collector for Linux, or the with_fluentd = 1
option when installing the Collector for Windows.
Get started π
Note
This component is included in the default configuration of the Splunk Distribution of the OpenTelemetry Collector when deploying in host monitoring (agent) mode. See Collector deployment modes for more information.
For details about the default configuration, see Configure the Collector for Kubernetes with Helm, Collector for Linux default configuration, or Collector for Windows default configuration. You can customize your configuration any time as explained in this document.
Follow these steps to configure and activate the component:
Deploy the Splunk Distribution of the OpenTelemetry Collector to your host or container platform:
Configure the receiver as described in the next document.
Restart the Collector.
By default, the Splunk Distribution of the OpenTelemetry Collector includes the Fluent Forward receiver in the logs
pipeline:
receivers:
fluentforward:
endpoint: 127.0.0.1:8006
service:
pipelines:
logs:
receivers: [fluentforward]
For more information on how to install Fluentd when manually installing the Collector, see:
Settings π
The following table shows the configuration options for the Fluent Forward receiver:
Troubleshooting π
For troubleshooting Fluentd, see:
Caution
If you wish to collect logs for the target host with Fluentd, make sure Fluentd is installed and turned on in your Collector instance.