Skip to content

Commit 1d9aa97

Browse files
authored
Merge pull request #20610 from mburke5678/logging-legacy-forward
Update legacy log forward doc per Jeff
2 parents a06b7ff + 7f1a836 commit 1d9aa97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/cluster-logging-collector-external.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ This legacy *out_forward* method is deprecated and will be removed in a future r
2424

2525
ifdef::openshift-origin[]
2626
The *forward* plug-ins are provided with the Fluentd image as of v1.4.0.
27-
The *in_forward* plug-in implements the server side (receiver), and *out_forward* implements the client side (sender).
27+
The *out_forward* plug-in implements the client side (sender) and the *in_forward* plug-in implements the server side (receiver).
2828
endif::openshift-origin[]
2929

3030
ifdef::openshift-enterprise,openshift-webscale[]
3131
The *forward* plug-ins are supported by Fluentd only.
32-
The *in_forward* plug-in implements the server side (receiver), and *out_forward* implements the client side (sender).
32+
The *out_forward* plug-in implements the client side (sender) and the *in_forward* plug-in implements the server side (receiver)
3333
endif::openshift-enterprise,openshift-webscale[]
3434

35-
To configure the *out_forward* plug-in, create a ConfigMap called `secure-forward` in the `openshift-logging` namespace. On the receiver, configure the Fluentd `secure-forward.conf` file. For more information on using the *in_forward* plug-in, see the link:https://docs.fluentd.org/input/forward[Fluentd documentation].
35+
To configure {product-title} to send logs using *out_forward*, create a ConfigMap called `secure-forward` in the `openshift-logging` namespace that points to a receiver.
36+
On the receiver, configure the *in_forward* plug-in to receive the logs from {product-title}. For more information on using the *in_forward* plug-in, see the link:https://docs.fluentd.org/input/forward[Fluentd documentation].
37+
3638

3739
[IMPORTANT]
3840
====

0 commit comments

Comments
 (0)