28 lines
591 B
YAML
28 lines
591 B
YAML
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
grpc_listen_port: 9095
|
|
|
|
common:
|
|
instance_addr: 127.0.0.1
|
|
path_prefix: /loki
|
|
storage:
|
|
filesystem:
|
|
chunks_directory: /loki/chunks
|
|
rules_directory: /loki/rules
|
|
|
|
schema_config:
|
|
configs:
|
|
- store: tsdb
|
|
schema: v13
|
|
# Die Zeile 'period' wurde hier entfernt, da sie in neuen Loki-Versionen nicht mehr an dieser Stelle erlaubt ist.
|
|
|
|
limits_config:
|
|
reject_old_samples: true
|
|
reject_old_samples_max_age: 168h
|
|
allow_structured_metadata: false
|
|
|
|
storage_config:
|
|
filesystem:
|
|
directory: /loki/chunks |