diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-10 15:24:58 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-10 15:24:58 +0300 |
commit | afa03e6f6ea66f5568805ebd73b8c38f008c3c8b (patch) | |
tree | 271471cb94b9cce6968492ac64e0c7f02ddda5ae /modules/nixos/loki.nix | |
parent | 2024-03-08 (diff) |
2024-03-10
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/loki.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/modules/nixos/loki.nix b/modules/nixos/loki.nix index 4b17256..ce19004 100644 --- a/modules/nixos/loki.nix +++ b/modules/nixos/loki.nix @@ -94,21 +94,7 @@ in { schema_config.configs = [ { - from = "2020-01-01"; - store = "boltdb-shipper"; - object_store = "filesystem"; - schema = "v11"; - index = { - prefix = "index_"; - period = "24h"; - }; - chunks = { - prefix = "chunks_"; - period = "24h"; - }; - } - { - from = "2023-12-01"; + from = "2024-01-01"; store = "tsdb"; object_store = "filesystem"; schema = "v12"; |