github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/docs/sources/configuration/examples/bos-config.yaml (about)

     1  schema_config:
     2    configs:
     3      - from: 2020-05-15
     4        store: boltdb-shipper
     5        object_store: bos
     6        schema: v11
     7        index:
     8          prefix: index_
     9          period: 24h
    10  
    11  storage_config:
    12    boltdb_shipper:
    13      active_index_directory: /loki/index
    14      cache_location: /loki/index_cache
    15      shared_store: bos
    16  
    17    bos:
    18      bucket_name: bucket_name_1
    19      endpoint: bj.bcebos.com
    20      access_key_id: access_key_id
    21      secret_access_key: secret_access_key
    22  
    23  compactor:
    24    working_directory: /tmp/loki/compactor
    25    shared_store: bos