From 19840ea2e823993c5655cbc91b1903e5e12cae9a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 8 Jan 2025 10:12:18 +0100 Subject: [PATCH] L2SS-2104: Update loki config after breaking change for newer loki --- infra/logs-central.levant.nomad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/logs-central.levant.nomad b/infra/logs-central.levant.nomad index ed63563..b531c9a 100644 --- a/infra/logs-central.levant.nomad +++ b/infra/logs-central.levant.nomad @@ -66,6 +66,9 @@ job "logs" { ingestion_rate_mb: 100 ingestion_burst_size_mb: 1000 + period_config: + object_store: s3 + storage_config: filesystem: directory: /loki/chunks -- GitLab