From 729760106e8c393ed74990b1ece238261dc11366 Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Sat, 14 Oct 2023 09:00:14 +0200 Subject: [PATCH] feat(loki): implement tsdb shipper Signed-off-by: Bruce Becker --- loki/loki.yml.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/loki/loki.yml.tpl b/loki/loki.yml.tpl index da66c77..2d7d26a 100644 --- a/loki/loki.yml.tpl +++ b/loki/loki.yml.tpl @@ -27,11 +27,11 @@ schema_config: configs: - from: "2020-01-01" store: aws - object_store: aws + object_store: s3 schema: v11 index: prefix: loki_ - - from: "2023-10-14" + - from: "2023-10-15" index: period: 24h prefix: index_ @@ -59,6 +59,10 @@ storage_config: cache_location: /data/boltdb-cache shared_store: aws build_per_tenant_index: true + tsdb_shipper: + active_index_directory: /data/tsdb-index + cache_location: /data/tsdb-cache + shared_store: aws {{/* ruler: storage: aws: