Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream. WWW: https://github.com/grafana/loki PR: 256030
17 lines
474 B
YAML
17 lines
474 B
YAML
--- cmd/loki/loki-local-config.yaml.orig 2021-05-20 15:32:34 UTC
|
|
+++ cmd/loki/loki-local-config.yaml
|
|
@@ -5,11 +5,11 @@
|
|
grpc_listen_port: 9096
|
|
|
|
common:
|
|
- path_prefix: /tmp/loki
|
|
+ path_prefix: /var/db/loki
|
|
storage:
|
|
filesystem:
|
|
- chunks_directory: /tmp/loki/chunks
|
|
- rules_directory: /tmp/loki/rules
|
|
+ chunks_directory: /var/db/loki/chunks
|
|
+ rules_directory: /var/db/loki/rules
|
|
replication_factor: 1
|
|
ring:
|
|
instance_addr: 127.0.0.1
|