From a6845729c94105da945220d38c4377dda409e55f Mon Sep 17 00:00:00 2001 From: ai-dev Date: Sat, 9 Nov 2024 07:29:10 +0100 Subject: [PATCH] update --- loki/rootfs/etc/loki/default-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/loki/rootfs/etc/loki/default-config.yaml b/loki/rootfs/etc/loki/default-config.yaml index 6648612..cee11a4 100644 --- a/loki/rootfs/etc/loki/default-config.yaml +++ b/loki/rootfs/etc/loki/default-config.yaml @@ -29,10 +29,9 @@ schema_config: period: 24h storage_config: - boltdb_shipper: - active_index_directory: /data/loki/boltdb-shipper-active - cache_location: /data/loki/boltdb-shipper-cache - cache_ttl: 24h + tsdb_shipper: + active_index_directory: /data/loki/tsdb-active # Set this path + cache_location: /data/loki/tsdb-cache # Set this path filesystem: directory: /data/loki/chunks