]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/cephadm/templates/services/loki.yml.j2
import ceph quincy 17.2.1
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / loki.yml.j2
1 # {{ cephadm_managed }}
2 auth_enabled: false
3
4 server:
5 http_listen_port: 3100
6 grpc_listen_port: 8080
7
8 common:
9 path_prefix: /tmp/loki
10 storage:
11 filesystem:
12 chunks_directory: /tmp/loki/chunks
13 rules_directory: /tmp/loki/rules
14 replication_factor: 1
15 ring:
16 instance_addr: 127.0.0.1
17 kvstore:
18 store: inmemory
19
20 schema_config:
21 configs:
22 - from: 2020-10-24
23 store: boltdb-shipper
24 object_store: filesystem
25 schema: v11
26 index:
27 prefix: index_
28 period: 24h