Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_config/aggregate_logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,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.
Expand Down