diff --git a/.env.example b/.env.example index e36bf58..56462cd 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ COMPOSE_PROFILES=grafana GRAFANA_VERSION=9.5.6 GRAFANA_HOST=grafana.docker.localhost -LOKI_STACK_VERSION=2.6.0 +LOKI_STACK_VERSION=3.1.1 LOKI_HOST=loki.docker.localhost LOKI_PROMTAIL_HOST=promtail.docker.localhost diff --git a/loki/config.yml b/loki/config.yml index 1af2bd7..155da67 100644 --- a/loki/config.yml +++ b/loki/config.yml @@ -17,10 +17,10 @@ common: schema_config: configs: - - from: 2020-10-24 - store: boltdb-shipper + - from: 2024-01-01 object_store: filesystem - schema: v11 + schema: v13 + store: tsdb index: prefix: index_ period: 24h @@ -39,4 +39,4 @@ ruler: # # If you would like to disable reporting, uncomment the following lines: #analytics: -# reporting_enabled: false \ No newline at end of file +# reporting_enabled: false