change loki retention
This commit is contained in:
parent
d3178949f1
commit
0b3c4dfc08
1 changed files with 2 additions and 2 deletions
|
|
@ -55,12 +55,12 @@ in
|
|||
filesystem.directory = "/var/lib/loki/storage";
|
||||
};
|
||||
|
||||
limits_config.retention_period = "120h";
|
||||
limits_config.retention_period = "48h";
|
||||
|
||||
# Table manager
|
||||
table_manager = {
|
||||
retention_deletes_enabled = true;
|
||||
retention_period = "120h";
|
||||
retention_period = "48h";
|
||||
};
|
||||
|
||||
compactor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue