From f68de94e0cb5285ea8b0e8732a795b8784eac941 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sun, 27 Nov 2022 18:59:20 +0700 Subject: [PATCH] +s3 --- loki-server/data/local-config-s3.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/loki-server/data/local-config-s3.yaml b/loki-server/data/local-config-s3.yaml index 5474b84..33f1db2 100644 --- a/loki-server/data/local-config-s3.yaml +++ b/loki-server/data/local-config-s3.yaml @@ -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: - secret_access_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