Skip to content

Commit 041606b

Browse files
authored
Merge pull request #20614 from mburke5678/enterprise-4.1
[enterprise-4.1] Update legacy log forward doc per Jeff
2 parents 0955f0f + 151fa20 commit 041606b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/efk-logging-fluentd-external.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ hosted Fluentd has processed them.
1212

1313
ifdef::openshift-origin[]
1414
The `forward` plug-in is provided with the Fluentd image as of v1.4.0.
15-
The *in_forward* plug-in implements the server (receiving) side, and *out_forward* implements the client (sending) side.
15+
The *out_forward* plug-in implements the client side (sender) and the *in_forward* plug-in implements the server side (receiver).
1616
endif::openshift-origin[]
1717
ifdef::openshift-enterprise[]
1818
The `forward` plug-in is supported by Fluentd only.
19-
The *in_forward* plug-in implements the server (receiving) side, and *out_forward* implements the client (sending) side.
19+
The *out_forward* plug-in implements the client side (sender) and the *in_forward* plug-in implements the server side (receiver).
2020
endif::openshift-enterprise[]
2121

22-
To configure forwarding, edit the `secure-forward.conf` section in the Fluentd configmap in the `openshift-logging` project. On the external aggregator, configure the Fluentd `secure-forward.conf` file. For more information on using the *out_forward* plugin, see the link:https://docs.fluentd.org/output/forward[Fluentd documentation].
22+
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.
23+
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].
2324

2425
.Default `secure-forward.conf` section
2526
[source,yaml]

0 commit comments

Comments
 (0)