-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloki-config.yaml
More file actions
47 lines (39 loc) · 893 Bytes
/
loki-config.yaml
File metadata and controls
47 lines (39 loc) · 893 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
auth_enabled: false
server:
http_listen_port: 3100
ingester:
wal:
dir: /tmp/loki/wal
lifecycler:
ring:
kvstore:
store: inmemory
replication_factor: 1
storage_config:
tsdb_shipper:
active_index_directory: /data/tsdb-index
cache_location: /data/tsdb-cache
filesystem:
directory: /data/chunks
limits_config:
# reject_old_samples: true
reject_old_samples_max_age: 168h
retention_period: 720h # 30 days
# allow_structured_metadata defaults to true
# query_scheduler:
# max_outstanding_requests_per_tenant: 32768
querier:
max_concurrent: 2
schema_config:
configs:
- from: "2023-01-05"
index:
period: 24h
prefix: index_
object_store: filesystem
schema: v13
store: tsdb
compactor:
working_directory: /data/tsdb-compactor
retention_enabled: true
delete_request_store: filesystem