1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Adding note to logging forward topic on 4.3 changes

This commit is contained in:
Michael Burke
2020-01-08 12:02:52 -05:00
committed by openshift-cherrypick-robot
parent 8bfe9fa916
commit f2dbf4fe14

View File

@@ -22,6 +22,13 @@ endif::openshift-enterprise[]
To configure the *out_forward* plug-in, Create a ConfigMap called `secure-forward` in the `openshift-logging` namespace. On the external aggregator, configure the Fluentd `secure-forward.conf` file. For more information on using the *out_forward* plug-in, see the link:https://docs.fluentd.org/output/forward[Fluentd documentation].
[IMPORTANT]
====
Changes introduced by the new log forward feature modified the support for *out_forward* starting with the {product-title} 4.3 release. In {product-title} 4.3, you create a ConfigMap, as described below, to configure out_forward. Any updates to the `secure-forward.conf` section of the Fluentd ConfigMap are removed. You can copy your current `secure-forward.conf` section before upgrading to use when creating the `secure-forward` ConfigMap.
Additionally, you can add any certificates required by your configuration to a secret named `secure-forward` that will be mounted to the Fluentd pods.
====
.Sample `secure-forward` configmap
[source,yaml]
----