| 12345678910111213141516171819202122232425 |
- auth_enabled: false
- server:
- http_listen_port: 3100
- common:
- path_prefix: /loki
- storage_config:
- boltdb_shipper:
- active_index_directory: /loki/index
- cache_location: /loki/cache
- filesystem:
- directory: /loki/chunks
- replication_factor: 1
- ring:
- instance_addr: 127.0.0.1
- kvstore:
- store: inmemory
- schema_config:
- configs:
- - from: 2020-10-27
- store: boltdb-shipper
- object_store: filesystem
- schema: v11
- index:
- prefix: index_
- period: 24h
|