change loki index period

This commit is contained in:
2023-11-06 12:11:26 +01:00
parent 0b3c4dfc08
commit ed8b99d709

View File

@@ -77,7 +77,7 @@ in
object_store = "filesystem"; object_store = "filesystem";
schema = "v11"; schema = "v11";
index.prefix = "index_"; index.prefix = "index_";
index.period = "120h"; index.period = "48h";
} }
]; ];