You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdi/opentelemetry/components/fluentd-receiver.rst
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,15 @@ Fluent Forward receiver
7
7
.. meta::
8
8
:description: The Fluent Forward receiver allows the Splunk Distribution of OpenTelemetry Collector to collect logs and events using the Fluent Forward protocol.
9
9
10
+
.. caution:: ``fluentd``` will be deprecated in October 2025. In Kubernetes environments use native OpenTelemetry log collection instead. In Linux and Windows platforms use the Universal Forwarder. See :ref:otel-config-logs`.
11
+
10
12
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 :ref:`otel-data-processing` for more information.
11
13
12
14
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.
13
15
14
-
.. 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.
15
-
16
16
Get started
17
17
======================
18
18
19
-
.. note::
20
-
21
-
This component is included in the default configuration of the Splunk Distribution of the OpenTelemetry Collector when deploying in host monitoring (agent) mode. See :ref:`otel-deployment-mode` for more information.
22
-
23
-
For details about the default configuration, see :ref:`otel-kubernetes-config`, :ref:`linux-config-ootb`, or :ref:`windows-config-ootb`. You can customize your configuration any time as explained in this document.
24
-
25
19
Follow these steps to configure and activate the component:
26
20
27
21
1. Deploy the Splunk Distribution of the OpenTelemetry Collector to your host or container platform:
@@ -33,7 +27,7 @@ Follow these steps to configure and activate the component:
33
27
2. Configure the receiver as described in the next document.
34
28
3. Restart the Collector.
35
29
36
-
By default, the Splunk Distribution of the OpenTelemetry Collector includes the Fluent Forward receiver in the ``logs`` pipeline:
30
+
Next, add the Fluent Forward receiver in the ``logs`` pipeline:
37
31
38
32
.. code-block:: yaml
39
33
@@ -46,12 +40,6 @@ By default, the Splunk Distribution of the OpenTelemetry Collector includes the
46
40
logs:
47
41
receivers: [fluentforward]
48
42
49
-
For more information on how to install Fluentd when manually installing the Collector, see:
50
-
51
-
* :ref:`fluentd-manual-config-linux`
52
-
* :ref:`fluentd-manual-config-windows`
53
-
* :ref:`windows-manual-fluentd`
54
-
55
43
Settings
56
44
======================
57
45
@@ -64,9 +52,12 @@ The following table shows the configuration options for the Fluent Forward recei
0 commit comments