This is a cache of https://docs.openshift.com/container-platform/4.2/logging/cluster-logging-uninstall.html. It is a snapshot of the page at 2024-09-27T23:54:49.583+0000.
Uninstalling <strong>cluster</strong> logging | Logging | OpenShift Container Platform 4.2
×

You can remove cluster logging from your OpenShift Container Platform cluster.

Uninstalling cluster logging from OpenShift Container Platform

You can remove cluster logging from your cluster.

Prerequisites
  • cluster logging and Elasticsearch must be installed.

Procedure

To remove cluster logging:

  1. Use the following command to remove everything generated during the deployment.

    $ oc delete clusterlogging instance -n openshift-logging
  2. Use the following command to remove the Persistent Volume Claims that remain after the Operator instances are deleted:

    $ oc delete pvc --all -n openshift-logging