summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/templates/services/loki.yml.j2
blob: 27143723113d897089a1cd60aab2647658b0e7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# {{ cephadm_managed }}
auth_enabled: false

server:
  http_listen_port: 3100
  grpc_listen_port: 8080

common:
  path_prefix: /tmp/loki
  storage:
    filesystem:
      chunks_directory: /tmp/loki/chunks
      rules_directory: /tmp/loki/rules
  replication_factor: 1
  ring:
    instance_addr: 127.0.0.1
    kvstore:
      store: inmemory

schema_config:
  configs:
    - from: 2020-10-24
      store: boltdb-shipper
      object_store: filesystem
      schema: v11
      index:
        prefix: index_
        period: 24h