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