From 51d074cb88770747202ac17c7c5f646e24e0736c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 4 Feb 2025 16:36:36 +0100 Subject: [PATCH] Monitoring Stack: fix loki config flush_on_shutdown --- Docker/Docker-Compose/Monitioring/loki-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/Docker-Compose/Monitioring/loki-config.yml b/Docker/Docker-Compose/Monitioring/loki-config.yml index c133f0c..4cec951 100644 --- a/Docker/Docker-Compose/Monitioring/loki-config.yml +++ b/Docker/Docker-Compose/Monitioring/loki-config.yml @@ -17,10 +17,10 @@ ingester: max_chunk_age: 1h # Flush chunks older than 1h chunk_target_size: 1048576 # Build chunks up to ~1MB in size chunk_retain_period: 30s # Retain flushed chunks briefly (ensure index cache TTL is lower) - wal: + wal: # Enable the WAL (write-ahead log) which is now the preferred mechanism for durability. enabled: true dir: /loki/wal - flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown. + flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown. schema_config: configs: