From 38e9ed78110a75e78eafa54166cbf20fd64ff064 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 6 May 2026 18:53:21 +0200 Subject: [PATCH] add param in config file --- config/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.yml b/config/config.yml index e09a208..6ab9ad9 100644 --- a/config/config.yml +++ b/config/config.yml @@ -25,6 +25,11 @@ storage_config: filesystem: directory: /loki/chunks +ingester: + lifecycler: + ring: + replication_factor: 1 + limits_config: ingestion_rate_mb: 10 ingestion_burst_size_mb: 20