1
0

loki-config.yaml 620 B

12345678910111213141516171819202122232425
  1. auth_enabled: false
  2. server:
  3. http_listen_port: 3100
  4. common:
  5. path_prefix: /loki
  6. storage_config:
  7. boltdb_shipper:
  8. active_index_directory: /loki/index
  9. cache_location: /loki/cache
  10. filesystem:
  11. directory: /loki/chunks
  12. replication_factor: 1
  13. ring:
  14. instance_addr: 127.0.0.1
  15. kvstore:
  16. store: inmemory
  17. schema_config:
  18. configs:
  19. - from: 2020-10-27
  20. store: boltdb-shipper
  21. object_store: filesystem
  22. schema: v11
  23. index:
  24. prefix: index_
  25. period: 24h