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