1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/logging-loki-storage.adoc

25 lines
1.2 KiB
Plaintext

// Module is included in the following assemblies:
// logging/log_storage/installing-log-storage.adoc
//
:_mod-docs-content-type: CONCEPT
[id="logging-loki-storage_{context}"]
= Loki object storage
The {loki-op} supports link:https://aws.amazon.com/[AWS S3], as well as other S3 compatible object stores such as link:https://min.io/[Minio] and link:https://www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation[{rh-storage}]. link:https://azure.microsoft.com[Azure], link:https://cloud.google.com/[GCS], and link:https://docs.openstack.org/swift/latest/[Swift] are also supported.
The recommended nomenclature for Loki storage is `logging-loki-_<your_storage_provider>_`.
The following table shows the `type` values within the `LokiStack` custom resource (CR) for each storage provider. For more information, see the section on your storage provider.
[options="header"]
.Secret type quick reference
|===
| Storage provider | Secret `type` value
| AWS | s3
| Azure | azure
| Google Cloud | gcs
| Minio | s3
| OpenShift Data Foundation | s3
| Swift | swift
|===