loki-config.yaml aktualisiert
This commit is contained in:
+8
-6
@@ -11,18 +11,20 @@ common:
|
|||||||
filesystem:
|
filesystem:
|
||||||
chunks_directory: /loki/chunks
|
chunks_directory: /loki/chunks
|
||||||
rules_directory: /loki/rules
|
rules_directory: /loki/rules
|
||||||
|
replication_factor: 1
|
||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- store: tsdb
|
- store: tsdb
|
||||||
schema: v13
|
schema: v13
|
||||||
# Die Zeile 'period' wurde hier entfernt, da sie in neuen Loki-Versionen nicht mehr an dieser Stelle erlaubt ist.
|
period: 24h # Das verlangt Loki jetzt explizit für TSDB!
|
||||||
|
|
||||||
limits_config:
|
|
||||||
reject_old_samples: true
|
|
||||||
reject_old_samples_max_age: 168h
|
|
||||||
allow_structured_metadata: false
|
|
||||||
|
|
||||||
storage_config:
|
storage_config:
|
||||||
|
# Hier lösen wir den Fehler "unrecognized object_store type"
|
||||||
filesystem:
|
filesystem:
|
||||||
directory: /loki/chunks
|
directory: /loki/chunks
|
||||||
|
|
||||||
|
limits_config:
|
||||||
|
allow_structured_metadata: false
|
||||||
|
reject_old_samples: true
|
||||||
|
reject_old_samples_max_age: 168h
|
||||||
Reference in New Issue
Block a user