From 7c34606d7bcea45d875de0852c8ca11ce3698372 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 29 Sep 2024 00:03:33 +0200 Subject: (loki) using tsdb now --- nix/hosts/corrino/www/loki.emile.space.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nix/hosts/corrino/www/loki.emile.space.nix b/nix/hosts/corrino/www/loki.emile.space.nix index f5fa8d0..e5bfe24 100644 --- a/nix/hosts/corrino/www/loki.emile.space.nix +++ b/nix/hosts/corrino/www/loki.emile.space.nix @@ -37,16 +37,16 @@ # limits_config.allow_structured_metadata = false; schema_config.configs = [ - # { - # from = "2023-05-09"; - # store = "boltdb-shipper"; - # object_store = "filesystem"; - # schema = "v13"; - # index = { - # prefix = "index_"; - # period = "24h"; - # }; - # } + { + from = "2023-05-09"; + store = "tsdb"; + object_store = "filesystem"; + schema = "v13"; + index = { + prefix = "index_"; + period = "24h"; + }; + } { from = "2024-10-18"; store = "tsdb"; -- cgit 1.4.1