config.yaml 500 B

1234567891011121314151617181920212223242526272829
  1. auth_enabled: false
  2. server:
  3. http_listen_port: 3100
  4. common:
  5. instance_addr: 127.0.0.1
  6. path_prefix: /loki
  7. storage:
  8. filesystem:
  9. chunks_directory: /loki/chunks
  10. rules_directory: /loki/rules
  11. replication_factor: 1
  12. ring:
  13. kvstore:
  14. store: inmemory
  15. schema_config:
  16. configs:
  17. - from: 2020-10-24
  18. store: tsdb
  19. object_store: filesystem
  20. schema: v13
  21. index:
  22. prefix: index_
  23. period: 24h
  24. ruler:
  25. alertmanager_url: http://localhost:9093