From 63226079b1697b6ccec1081239ca875bdc01f210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 3 Aug 2024 00:35:08 +0200 Subject: Fix warning for loki --- systems/zoldene/logging.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'systems') diff --git a/systems/zoldene/logging.nix b/systems/zoldene/logging.nix index 398465b..943d5f1 100644 --- a/systems/zoldene/logging.nix +++ b/systems/zoldene/logging.nix @@ -102,10 +102,7 @@ in ingestion_burst_size_mb = 200; per_stream_rate_limit = "100MB"; per_stream_rate_limit_burst = "200MB"; - # Need to migrate to v13 schema - # MULTIPLE CONFIG ERRORS FOUND, PLEASE READ CAREFULLY - # CONFIG ERROR: schema v13 is required to store Structured Metadata and use native OTLP ingestion, your schema version is v11. Set `allow_structured_metadata: false` in the `limits_config` section or set the command line argument `-validation.allow-structured-metadata=false` and restart Loki. Then proceed to update to schema v13 or newer before re-enabling this config, search for 'Storage Schema' in the docs for the schema update procedure - # CONFIG ERROR: `tsdb` index type is required to store Structured Metadata and use native OTLP ingestion, your index type is `boltdb-shipper` (defined in the `store` parameter of the schema_config). Set `allow_structured_metadata: false` in the `limits_config` section or set the command line argument `-validation.allow-structured-metadata=false` and restart Loki. Then proceed to update the schema to use index type `tsdb` before re-enabling this config, search for 'Storage Schema' in the docs for the schema update procedure" + # Remove after 2024-07-08 see below allow_structured_metadata = false; }; -- cgit v1.2.3