github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/docs/sources/configuration/examples/google-cloud-storage-config.yaml (about) 1 # This partial configuration uses GCS for chunk storage and uses BigTable for index storage 2 3 schema_config: 4 configs: 5 - from: 2020-05-15 6 store: bigtable 7 object_store: gcs 8 schema: v11 9 index: 10 prefix: loki_index_ 11 period: 168h 12 13 storage_config: 14 bigtable: 15 instance: BIGTABLE_INSTANCE 16 project: BIGTABLE_PROJECT 17 gcs: 18 bucket_name: GCS_BUCKET_NAME 19