Remove unused and redundant Loki configuration options, why dry run does not find these.

This commit is contained in:
Root User 2026-02-14 16:34:58 +01:00
parent 85029b8507
commit 9bf4acd3bd
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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;