diff --git a/Docker/Docker-Compose/Monitioring/loki-config.yml b/Docker/Docker-Compose/Monitioring/loki-config.yml index 96badde..c133f0c 100644 --- a/Docker/Docker-Compose/Monitioring/loki-config.yml +++ b/Docker/Docker-Compose/Monitioring/loki-config.yml @@ -17,6 +17,9 @@ 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: + enabled: true + dir: /loki/wal flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown. schema_config: