You can remove cluster logging from your cluster.
Prerequisites
-
Cluster logging and Elasticsearch must be installed.
Procedure
To remove cluster logging:
-
Use the following command to remove everything generated during the deployment.
$ oc delete clusterlogging instance -n openshift-logging
-
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