diff --git a/install_config/aggregate_logging.adoc b/install_config/aggregate_logging.adoc index e30bb2a57163..1f80a647fc15 100644 --- a/install_config/aggregate_logging.adoc +++ b/install_config/aggregate_logging.adoc @@ -706,7 +706,7 @@ configuration. You can create the necessary xref:../architecture/additional_concepts/storage.adoc#persistent-volume-claims[persistent volume claims] before deploying or have them created for you. The PVCs must be named to match the `openshift_logging_es_pvc_prefix` setting, which defaults to -`logging-es-`; each PVC name will have a sequence number added to it, so +`logging-es`; each PVC name will have a sequence number added to it: `logging-es-0`, `logging-es-1`, `logging-es-2`, and so on. If a PVC needed for the deployment exists already, it is used; if not, and `openshift_logging_es_pvc_size` has been specified, it is created with a request for that size.