diff --git a/docker-compose.yaml b/docker-compose.yaml index ca9fc29..4cd3946 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -43,7 +43,7 @@ services: - default loki: - image: grafana/loki:2.9.6 + image: grafana/loki:3.0.0 restart: unless-stopped deploy: resources: diff --git a/loki/config.yaml b/loki/config.yaml index 67e6a8e..325ac58 100644 --- a/loki/config.yaml +++ b/loki/config.yaml @@ -42,6 +42,13 @@ schema_config: index: prefix: index_ period: 24h + - from: 2024-04-12 + object_store: filesystem + store: tsdb + schema: v13 + index: + prefix: index_ + period: 24h ruler: alertmanager_url: http://localhost:9093