+s3
This commit is contained in:
@@ -34,15 +34,15 @@ schema_config:
|
||||
|
||||
storage_config:
|
||||
boltdb_shipper:
|
||||
active_index_directory: /data/loki/index
|
||||
cache_location: /data/loki/index_cache
|
||||
active_index_directory: /loki/index
|
||||
cache_location: /loki/index_cache
|
||||
shared_store: s3
|
||||
aws:
|
||||
bucketnames: loki-hetzner-dev
|
||||
endpoint: s3.us-west-001.backblazeb2.com
|
||||
region: s3_region
|
||||
access_key_id: <ACCEESS_KEY>
|
||||
secret_access_key: <SECRET_KEY>
|
||||
bucketnames: loki-bucket
|
||||
endpoint: https://
|
||||
region: ru-nsk
|
||||
access_key_id: loki-user
|
||||
secret_access_key:
|
||||
s3forcepathstyle: true
|
||||
|
||||
chunk_store_config:
|
||||
@@ -58,4 +58,4 @@ compactor:
|
||||
retention_enabled: true
|
||||
working_directory: /loki/compactor
|
||||
shared_store: s3
|
||||
compaction_interval: 5m
|
||||
compaction_interval: 10m
|
||||
|
Reference in New Issue
Block a user