This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.Este contenido no está disponible en el idioma seleccionado.
Chapter 4. Updating cluster logging
After updating the OpenShift Container Platform cluster from 4.2 to 4.3, you must then upgrade cluster logging from 4.2 to 4.3.
4.1. Updating cluster logging Copiar enlaceEnlace copiado en el portapapeles!
After updating the OpenShift Container Platform cluster, you can update cluster logging from 4.2 to 4.3 by updating the subscription for the Elasticsearch Operator and the Cluster Logging Operator.
					Changes introduced by the new log forward feature modified the support for out_forward starting with the OpenShift Container Platform 4.3 release. In OpenShift Container Platform 4.3, you create a ConfigMap to configure out_forward. Any updates to the secure-forward.conf section of the Fluentd ConfigMap are removed.
				
					If you use the out_forward plug-in, before updating, you can copy your current secure-forward.conf section from the Fluentd ConfigMap and use the copied data when you create the secure-forward ConfigMap.
				
Prerequisites
- Update the cluster from 4.2 to 4.3.
 Make sure the cluster logging status is healthy:
- 
								All Pods are 
ready. - Elasticsearch cluster is healthy.
 
- 
								All Pods are 
 - 
						Optionally, copy your current 
secure-forward.confsection from the Fluentd ConfigMap for use if you want to create thesecure-forwardConfigMap. See the note above. 
Procedure
Update the Elasticsearch Operator:
- 
								From the web console, click Operators 
Installed Operators.  - 
								Select the 
openshift-loggingproject. - Click the Elasticsearch Operator.
 - 
								Click Subscription 
Channel.  - In the Change Subscription Update Channel window, select 4.3 and click Save.
 Wait for a few seconds, then click Operators
Installed Operators. The Elasticsearch Operator is shown as 4.3. For example:
Elasticsearch Operator 4.3.0-201909201915 provided by Red Hat, Inc
Elasticsearch Operator 4.3.0-201909201915 provided by Red Hat, IncCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- 
								From the web console, click Operators 
 Update the Cluster Logging Operator:
- 
								From the web console, click Operators 
Installed Operators.  - 
								Select the 
openshift-loggingProject. - Click the Cluster Logging Operator.
 - 
								Click Subscription 
Channel.  - In the Change Subscription Update Channel window, select 4.3 and click Save.
 Wait for a few seconds, then click Operators
Installed Operators. The Cluster Logging Operator is shown as 4.3. For example:
Cluster Logging 4.3.0-201909201915 provided by Red Hat, Inc
Cluster Logging 4.3.0-201909201915 provided by Red Hat, IncCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- 
								From the web console, click Operators 
 Check the logging components:
Ensure that the Elasticsearch Pods are using a 4.3 image:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that all Elasticsearch Pods are in the Ready status:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that the Elasticsearch cluster is healthy:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that the logging collector Pods are using a 4.3 image:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that the Kibana Pods are using a 4.3 image:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Ensure that the Curator CronJob is using a 4.3 image:
$ oc get CronJob curator -n openshift-logging -o yaml |grep 'image:'
$ $ oc get CronJob curator -n openshift-logging -o yaml |grep 'image:' image: registry.redhat.io/openshift4/ose-logging-curator5:v4.3.0-202001081344Copy to Clipboard Copied! Toggle word wrap Toggle overflow