]> git.rmz.io Git - dotfiles.git/blob - podman/monitoring/loki/loki.yaml
mutt: rebind q to a macro
[dotfiles.git] / podman / monitoring / loki / loki.yaml
1 auth_enabled: false
2
3 server:
4 http_listen_port: 3100
5 grpc_listen_port: 9096
6
7 common:
8 path_prefix: /loki
9 storage:
10 filesystem:
11 chunks_directory: /loki/chunks
12 rules_directory: /loki/rules
13 replication_factor: 1
14 ring:
15 instance_addr: 127.0.0.1
16 kvstore:
17 store: inmemory
18
19 schema_config:
20 configs:
21 - from: 2020-10-24
22 store: boltdb-shipper
23 object_store: filesystem
24 schema: v11
25 index:
26 prefix: index_
27 period: 24h
28
29 ruler:
30 alertmanager_url: http://localhost:9093