Remove unused and redundant Loki configuration options, why dry run does not find these.
This commit is contained in:
parent
85029b8507
commit
9bf4acd3bd
1 changed files with 0 additions and 5 deletions
|
|
@ -161,7 +161,6 @@ in {
|
|||
max_chunk_age = "1h";
|
||||
chunk_target_size = 1048576;
|
||||
chunk_retain_period = "30s";
|
||||
max_transfer_retries = 0;
|
||||
};
|
||||
|
||||
schema_config = {
|
||||
|
|
@ -184,7 +183,6 @@ in {
|
|||
active_index_directory = "/var/lib/loki/boltdb-shipper-active";
|
||||
cache_location = "/var/lib/loki/boltdb-shipper-cache";
|
||||
cache_ttl = "24h";
|
||||
shared_store = "filesystem";
|
||||
};
|
||||
filesystem = {
|
||||
directory = "/var/lib/loki/chunks";
|
||||
|
|
@ -196,9 +194,6 @@ in {
|
|||
reject_old_samples_max_age = "168h";
|
||||
};
|
||||
|
||||
chunk_store_config = {
|
||||
max_look_back_period = "0s";
|
||||
};
|
||||
|
||||
table_manager = {
|
||||
retention_deletes_enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue