Docs » Supported integrations in Splunk Observability Cloud » Collector components: Receivers » Fluent Forward receiver

Fluent Forward receiver πŸ”—

The Fluent Forward receiver allows the Splunk Distribution of 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:

  1. Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform:

  1. Configure the receiver as described in the next document.

  2. Restart the Collector.

By default, the Splunk Distribution of 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 have a Log Observer entitlement or wish to collect logs for the target host with Fluentd, make sure Fluentd is installed and turned on in your Collector instance.