Skip to content

Update legacy log forward doc per Jeff #20610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions modules/cluster-logging-collector-external.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ This legacy *out_forward* method is deprecated and will be removed in a future r

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

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

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].
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.
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].


[IMPORTANT]
====
Expand Down