diff options
Diffstat (limited to 'nix/hosts/corrino/www/loki.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/loki.emile.space.nix | 20 |
1 files 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"; |